Skip to content

lincenying/mmf-blog-vite-react

Repository files navigation

mmf-blog react v3版

demo: http://react.mmxiaowu.com

说明

本站采用 React, React-Router v4, Redux 搭建, 分成前台和后台

主要功能包括: 管理员, 用户, 分类, 文章, 评论, 文章点赞

主要技术栈: react, react-router, redux, redux-toolkit, vitejs, eslint


其他版本

react spa class版本: https://github.com/lincenying/mmf-blog-react-v2

react spa hooks版本: https://github.com/lincenying/mmf-blog-vite-react

vue2 spa版本: https://github.com/lincenying/mmf-blog-vue2

vue2 ssr版本: https://github.com/lincenying/mmf-blog-vue2-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

# 1. 安装依赖 (不要用 cnpm 安装)
$ npm install
# or
$ yarn

# 2.1 产品模式
$ npm run build
# or
$ yarn build

# 2.2 开发模式
$ npm run serve
# or
$ yarn serve

首页 http://localhost:7778

管理员登录 http://localhost:7778/backend

LICENSE

MIT

About

mmf-blog react v3版 (react,react-router,redux,redux-toolkit,vitejs)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published