# vava-mini **Repository Path**: letsbug/vava-mini ## Basic Information - **Project Name**: vava-mini - **Description**: A minimal admin template based on vue2 and element-ui. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://letitbug.gitee.io/vava-mini - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-08-13 - **Last Updated**: 2021-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-vava-boilerplate > A full-featured Webpack setup with hot-reload, lint-on-save, unit testing & css extraction. > This template is Vue 2.0 compatible. ## Documentation - [For this template](http://vuejs-templates.github.io/webpack): common questions specific to this template are answered and each part is described in greater detail - [For Vue 2.0](http://vuejs.org/guide/): general information about how to work with Vue, not specific to this template ## Usage This is a project template for [vue-cli](https://github.com/vuejs/vue-cli). **It is recommended to use npm 3+ for a more efficient dependency tree.** ``` bash $ npm install -g vue-cli $ vue init letsbug/vava-mini my-project $ cd my-project $ npm install $ npm run dev ```