# vueTemplateDemo **Repository Path**: git.dajunge.net/vueTemplateDemo ## Basic Information - **Project Name**: vueTemplateDemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-09-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # admin ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Run your unit tests ``` npm run test:unit ``` 目录说明: - mockserver文件夹为模拟数据和服务端文件夹,服务端使用koa框架 - src目录为主要所有页面文件夹,/src/store文件夹是vuex模块,componments为小组件模块,views为页面模块,util为axios的封装,router.js为路由配置 - tests为单元测试目录,使用jest和vue-test-util进行单元测试 - vue.config.js为部分要覆盖默认配置的部分 - 使用iview作为UI框架