# mmf-blog-vite-vue3-ssr **Repository Path**: ike_yu/mmf-blog-vite-vue3-ssr ## Basic Information - **Project Name**: mmf-blog-vite-vue3-ssr - **Description**: mmf-blog-vite-vue3-ssr (The service side rendering) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-05-18 - **Last Updated**: 2024-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mmf-blog vuejs 3.0 v3 [中文说明](https://github.com/lincenying/mmf-blog-vite-vue3/blob/main/doc/README_CN.md) demo: [http://www.mmxiaowu.com](http://www.mmxiaowu.com) The main technical stack: vue 3, vue-router 4, pinia, vitejs 4, unocss, eslint, pwa, ssr --- #### Other versions react(spa): [https://github.com/lincenying/mmf-blog-react-v2](https://github.com/lincenying/mmf-blog-react-v2) react(hooks spa): [https://github.com/lincenying/mmf-blog-vite-react](https://github.com/lincenying/mmf-blog-vite-react) 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 express-ts: https://github.com/lincenying/mmf-blog-api-ts ## Project setup ```bash $ pnpm install ``` ### Compiles and hot-reloads for development ```bash $ pnpm serve ``` ### Compiles and minifies for production ```bash $ pnpm build ``` ### Preview for production ```bash $ pnpm start ``` ### Lints and fixes files ```bash $ pnpm lint ``` Home Site http://localhost:7777 Login http://localhost:7777/backend/login # LICENSE MIT