Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Latest commit

 

History

History
57 lines (33 loc) · 1.31 KB

README_CN.md

File metadata and controls

57 lines (33 loc) · 1.31 KB

mmf-blog vuejs 2.0 v2版

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

登录 http://localhost:8081/backend

LICENSE

MIT