# vuedemo
**Repository Path**: xingheng/vuedemo
## Basic Information
- **Project Name**: vuedemo
- **Description**: a simple vue-cli demo
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-03-21
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# vuedemo
a simple vue-cli demo about manage
vue-cli入门小demo,包含两个模块:首页以及管理页
管理页只有简单的增删改功能
下载后需安装依赖(npm install)再运行(npm run dev)
## 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).