多页面应用基本配置
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.
目录说明 //src 工作目录
├─assets 静态资源文件
├─component Vue组件 公共组件
│ └─jurisdiction
│ └─src
├─page 页面文件
│ ├─auth 认证页面
│ │ ├─router 认证页面路由
│ │ └─routerComponent 认证页面路由组件
│ ├─detail 详情页面
│ └─index 首页
└─tools 工具文件夹