# le-vue-ssr-demo **Repository Path**: dengjunle/le-vue-ssr-demo ## Basic Information - **Project Name**: le-vue-ssr-demo - **Description**: 使用SSR的demo,结合gzip加快渲染速度,学习一下 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2022-03-04 - **Last Updated**: 2023-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # le-vue-ssr-demo ## 说明 结合vue+ssr+koa+gzip实现,首屏快速展示以及seo优化 这是一个SSR例子demo ### CSDN 博客步骤 [https://blog.csdn.net/weixin_41891519/article/details/123266664](https://blog.csdn.net/weixin_41891519/article/details/123266664). ## 安装依赖 ``` npm install ``` ### 测试环境 ``` npm run serve ``` ### 运行打包部署node服务器 ``` npm start ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).