# vapper-vue-ssr-docker **Repository Path**: _madi/vapper-vue-ssr-docker ## Basic Information - **Project Name**: vapper-vue-ssr-docker - **Description**: 根据Vapper的ssr脚手架做一个简单的demo,包含pm2的配置以及dockerfile配置。引入vue-meta动态改变head内容引入axios验证ssr同构。 master分支是完整的脚手架,以admin后台管理为原型,开箱即用 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: simple - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 4 - **Created**: 2020-03-09 - **Last Updated**: 2022-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vapper-vue-cli-examples 根据Vapper的ssr脚手架做一个简单的demo,包含pm2的配置以及dockerfile配置。 引入vue-meta动态改变head内容 引入axios验证ssr同构 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm dev ``` ### Compiles and minifies for production ``` npm build ``` ## Start production server ``` npm start ``` ### Customize configuration See [Vapper Configuration Reference](https://vapperjs.org/config.html). See [Vue CLI Configuration Reference](https://cli.vuejs.org/config/).