# ZJ_program **Repository Path**: sunnywss_admin/ZJ_program ## Basic Information - **Project Name**: ZJ_program - **Description**: No description available - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-nanjing-zhouquan > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report # 注意事项 1.数据ajax接口统一放入api/api.js中做统一管理 2.首页模拟数据做示范,后面页面同理 3.其他如果有h5页面写vue麻烦,可以写页面放到部署文件夹一起部署就可以 #路径 1. http://127.0.0.1/#/home 首页 2. http://127.0.0.1/#/meeting?id=1 会议详情页 点击立即报名 规格选择子页 3. http://127.0.0.1/#/sure-order?id=1 确认订单页 ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).