demo: http://vue.mmxiaowu.com
本站采用 Vue2, Vue-Router, Vuex 搭建
网站分成前台和后台, 采用 SPA 模式构建
主要功能包括: 管理员, 用户, 分类, 文章, 评论, 文章点赞
主要技术栈: vue2, vue2-router, vuex, webpack, babel, eslint
react spa版本: https://github.com/lincenying/mmf-blog-react-v2
vue2 spa版本: https://github.com/lincenying/mmf-blog-vue2
vue2 pwa ssr版本: https://github.com/lincenying/mmf-blog-vue2-pwa-ssr
vue3 spa版本: https://github.com/lincenying/mmf-blog-vite-vue3
vue3 pwa ssr版本: https://github.com/lincenying/mmf-blog-vite-vue3-ssr
先安装 api server:
koa2版: https://github.com/lincenying/mmf-blog-api-koa2-v2
express版: https://github.com/lincenying/mmf-blog-api-v2
# 安装依赖
yarn #or npm install
# 注意: 不要用 cnpm 安装依赖
# 生产模式
yarn build
# 开发模式
yarn serve
登录 http://localhost:8081/backend
MIT