vuejs ssr 完美解决方案「vuex,axios,stylus,proxy 」
博客地址:https://shudong.wang/10227.html
😄🌹 vue ssr 完美解决方案,特性: 「vuex 」 「router 」 「 proxy 」 「 vuex 」 「 axios 」 「 ssr 」「 stylus 」「 bootstarp」 blog; 😊😊😊 都来到这里了,点个star呗!👆👆👆💪
项目地址:https://github.com/wsdo/vue-s...
博客:
特性
- 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'
// }
}
}
界面:
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。