# vue-ssr-kit **Repository Path**: ChuanChuan3/vue-ssr-kit ## Basic Information - **Project Name**: vue-ssr-kit - **Description**: vue ssr 完美解决方案,特性: 「vuex 」 「router 」 「 proxy 」 「 vuex 」 「 axios 」 「 ssr 」「 stylus 」「 bootstarp」 blog; 都来到这里了,点个star呗! - **Primary Language**: CSS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-07-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 博客: [博客](https://shudong.wang) ## 特性 * vuex * router * proxy * vuex * axios * ssr * stylus * bootstarp ## demo blog 已经完善的blog ## 安装 ``` npm i ``` ## 开发模式 ``` npm run dev ``` ## 打包项目 ``` npm run build ``` ## 打包后运行 ``` npm start ``` ## 项目部署 ``` npm run pm2 ``` ## Nginx 反向代理 ## 跨域代理 ``` const proxyTable = { '/v1': { target: config.baseUrl, changeOrigin: true // pathRewrite: { // '^/api': '/api' // } } } ``` 界面: ![2018-12-18-23-16-58](http://md.shudong.wang/2018-12-18-23-16-58.png)