An open API service indexing awesome lists of open source software.

https://github.com/guoshiqiufeng/vue2-temp

自己用的vue2項目模板
https://github.com/guoshiqiufeng/vue2-temp

Last synced: 3 months ago
JSON representation

自己用的vue2項目模板

Awesome Lists containing this project

README

        

# vue2-temp

> 自己用的一套,基于vue-cli修改的的vue模板

## 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

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test
```

##Edit
```bash
config/index.js
src/main.js
```

##Add
```bash
"vue-resource": "^1.0.3"
"vue-router": "^2.0.3"
src/router.js
src/routers.js
```