# vue-cli-demo **Repository Path**: itknight/vue-cli-demo ## Basic Information - **Project Name**: vue-cli-demo - **Description**: 通过Vue-cli 创建的一个项目,未开启eslint 以及 测试单元,开启了路由功能 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-cli-demo > A Vue.js project 该项目为 vue-cli init webpack demo 得来的结果,解决当vue-cli 不好用的时候,而提供的 ## 项目包含有: - vue-router - 关闭了单元测试、Eslint等 ## 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 ``` For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).