# appView **Repository Path**: zhgk/appView ## Basic Information - **Project Name**: appView - **Description**: Vue+elemen后台管理模板项目 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # appview > A Vue.js project ## Create app template ``` bash # install vue cli npm i vue-cli -g # init app vue-cli init webpack appview # run app cd appview npm run dev ``` ## Add app library ``` bash # install vuex npm i vuex -S # install element-ui npm i element-ui -S # install mock npm i mock -S # install http axios npm i axios -S ``` ## 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 # run unit tests npm run unit # run e2e tests npm run e2e yuyyy yc5tesrc4v21 # run all tests npm test ```