Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lincenying/mmf-blog-vue2-pwa-ssr
mmf-blog-vue2 ssr(The service side rendering)
https://github.com/lincenying/mmf-blog-vue2-pwa-ssr
pwa ssr vue-router vue2 vuex
Last synced: 3 months ago
JSON representation
mmf-blog-vue2 ssr(The service side rendering)
- Host: GitHub
- URL: https://github.com/lincenying/mmf-blog-vue2-pwa-ssr
- Owner: lincenying
- License: mit
- Archived: true
- Created: 2017-07-12T09:18:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T08:37:45.000Z (about 1 year ago)
- Last Synced: 2024-08-01T13:33:32.068Z (6 months ago)
- Topics: pwa, ssr, vue-router, vue2, vuex
- Language: Vue
- Homepage: https://vue2.mmxiaowu.com
- Size: 3.74 MB
- Stars: 66
- Watchers: 8
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue2版本不再更新, 请移步vue3版本:
[https://github.com/lincenying/mmf-blog-vite-vue3-ssr](https://github.com/lincenying/mmf-blog-vite-vue3-ssr)
---
# mmf-blog vuejs 2.0 v2 [中文说明](https://github.com/lincenying/mmf-blog-vue2-pwa-ssr/blob/main/README_CN.md)
demo: [http://vue2.mmxiaowu.com](http://vue2.mmxiaowu.com)
The main technical stack: vue 2, vue-router 3, vuex 3, vue-clio, eslint, pwa, ssr
---
#### Other versions
react(spa): [https://github.com/lincenying/mmf-blog-react-v2](https://github.com/lincenying/mmf-blog-react-v2)
vue2(spa): [https://github.com/lincenying/mmf-blog-vue2](https://github.com/lincenying/mmf-blog-vue2)
vue2(pwa ssr): [https://github.com/lincenying/mmf-blog-vue2-pwa-ssr](https://github.com/lincenying/mmf-blog-vue2-pwa-ssr)
vue3(spa): [https://github.com/lincenying/mmf-blog-vite-vue3](https://github.com/lincenying/mmf-blog-vite-vue3)
vue3(pwa ssr): [https://github.com/lincenying/mmf-blog-vite-vue3-ssr](https://github.com/lincenying/mmf-blog-vite-vue3-ssr)
---
First installation `api server`:
koa2: https://github.com/lincenying/mmf-blog-api-koa2-v2
express: https://github.com/lincenying/mmf-blog-api-v2
```bash
# Install dependencies
yarn #or npm install
# Note: do not install with CNPM dependency# Product
yarn build# Develop
yarn serve
```Home Site
http://localhost:8080Login
http://localhost:8080/backend# LICENSE
MIT