# Blog-Frontend-SSR-Public **Repository Path**: ashco/Blog-Frontend-SSR ## Basic Information - **Project Name**: Blog-Frontend-SSR-Public - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-29 - **Last Updated**: 2022-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # frontend-ssr 基于 Vue2.x 的个人博客前端模板,并由服务端渲染 后端服务器为 3000 端口 ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn dev ``` ### Compiles and minifies for production ``` yarn build ``` ### Turn on server-side rendering ``` yarn ssr ``` ### Enter the app ``` http://localhost:4396/ ```