Well ,in order to meet someone's needs, we gave this project a Greek name.His purpose is to get me out of laziness, which makes me grateful.
├── build // webpack配置文件
├── config // 项目打包路径
├── src // 源码目录
│ ├── assets // 图片资源
│ ├── components // 组件
│ ├── config // 基本配置
│ ├── pages // 页面
│ ├── router // 路由
│ └── style // 样式
│ ├── App.vue // 页面入口文件
│ ├── main.js // 程序入口文件,加载各种公共组件
├── index.html // 入口html文件
# install dependencies
npm install
# serve with hot reload at localhost:8081
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
- Zhao wenyuan
- Zhou ming