# vue-giraffe
----

使用到的技术栈：vue + vue-router + ES6 + webpack + npm

## 开发

``` bash
  
# 安装依赖
npm install

# 本地开发 开启服务
#访问examples目录执行ex,访问src目录执行src

npm run dev:[ex | src]

# 构建项目
npm run build

# 构建项目，并查看构建分析
npm run build --report
```

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).
