Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lincenying/mmf-blog-vue2-ssr
mmf-blog-vue2 ssr(The service side rendering)
https://github.com/lincenying/mmf-blog-vue2-ssr
express mmf-blog server-side-rendering ssr vue vue-router vuex
Last synced: 5 days ago
JSON representation
mmf-blog-vue2 ssr(The service side rendering)
- Host: GitHub
- URL: https://github.com/lincenying/mmf-blog-vue2-ssr
- Owner: lincenying
- License: mit
- Created: 2016-08-08T08:17:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T08:33:14.000Z (10 months ago)
- Last Synced: 2024-11-04T18:46:27.044Z (8 days ago)
- Topics: express, mmf-blog, server-side-rendering, ssr, vue, vue-router, vuex
- Language: Vue
- Homepage: https://www.mmxiaowu.com
- Size: 13.7 MB
- Stars: 176
- Watchers: 17
- Forks: 36
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mmf-blog vuejs 2.0 v2 [中文说明](https://github.com/lincenying/mmf-blog-vue2-pwa-ssr/blob/main/README_CN.md)
### Vue2生命周期将近, 请关注Vue3版本SSR仓库 https://github.com/lincenying/mmf-blog-vite-vue3-ssr
demo: [http://www.mmxiaowu.com](http://www.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