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

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/

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