# vue-mobile-template **Repository Path**: c1v3t/vue-mobile-template ## Basic Information - **Project Name**: vue-mobile-template - **Description**: 移动端vue项目初始框架 配置详情: Vue CLI v4.1.1 Babel,PWA,Router,Vuex,CSS Pre-processors,Linter,Unit hash mode for router Sass/SCSS(with node-sass) ESLint + Standard config(Lint on save) unit testing solution(Mocha + Chai) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-mobile-template ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Run your unit tests ``` yarn test:unit ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).