https://github.com/lq782655835/standard-vue-template
基于vue-cli2.x的项目模板。vue-cli3.0版本请看:https://github.com/lq782655835/standard-vue-project/
https://github.com/lq782655835/standard-vue-template
project-template vue-cli2
Last synced: 6 months ago
JSON representation
基于vue-cli2.x的项目模板。vue-cli3.0版本请看:https://github.com/lq782655835/standard-vue-project/
- Host: GitHub
- URL: https://github.com/lq782655835/standard-vue-template
- Owner: lq782655835
- License: mit
- Created: 2018-10-28T09:18:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T11:47:31.000Z (over 7 years ago)
- Last Synced: 2025-01-22T17:44:54.511Z (over 1 year ago)
- Topics: project-template, vue-cli2
- Language: Vue
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# standard-vue-template
quickly created a vue project base on NETEASE AI TEAM STANDARD
## Usage
### Install vue-cli
``` shell
$ npm install -g vue-cli
```
### Quick Start
``` shell
$ vue init lq782655835/standard-vue-template my-project
$ cd my-project
$ npm install && npm run dev
```