# tableman

> A Vue.js project

## Build Setup

``` bash
# 基础环境
node 6.0
npm 3.0
vue 4.x

#如果要新建项目需要安装vue-cli：
#npm install --global vue-cli

npm install

# 本地运行
npm run dev

# 打包
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

# run all tests
npm test

如果提示版本过高
npm install css-loader@2.0.2 --save-dev
npm install style-loader@0.23.1  --save-dev
```

For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
