# secretBlog-vue **Repository Path**: secret_C/secretBlog-vue ## Basic Information - **Project Name**: secretBlog-vue - **Description**: secretBlog的vue前端 - **Primary Language**: HTML - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-08 - **Last Updated**: 2022-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # secretBlog-vue 用于技术分享和总结的个人博客,兼容pc和移动端,用户可通过邮箱注册,邮箱验证通过后,可以登录博客,实现收藏点赞以及留言评论回复等功能,还可以展示个人链接,未登录状态可以以游客方式留言 使用 vue.js 框架和Element UI来实现前端组件及数据交互,使用 webpack 构建,另外使用shCore.js实现代码样式 > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ```