https://github.com/guoshiqiufeng/vue2-temp
自己用的vue2項目模板
https://github.com/guoshiqiufeng/vue2-temp
Last synced: 3 months ago
JSON representation
自己用的vue2項目模板
- Host: GitHub
- URL: https://github.com/guoshiqiufeng/vue2-temp
- Owner: guoshiqiufeng
- Created: 2016-12-13T06:23:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-13T06:24:03.000Z (over 8 years ago)
- Last Synced: 2025-01-21T03:11:11.579Z (4 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```