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

https://github.com/winjs-dev/vue-template

基于vue创建的模板
https://github.com/winjs-dev/vue-template

code-spliting vue vue-boilerplate vue-template webpack

Last synced: 3 months ago
JSON representation

基于vue创建的模板

Awesome Lists containing this project

README

          

# vue-template
基于vue创建的模板

## Usage

This is a project template for [vue-cli](https://github.com/vuejs/vue-cli). **It is recommended to use npm 3+ for a more efficient dependency tree.**

``` bash
$ npm install -g vue-cli
$ vue init cloud-templates/vue-template my-project
$ cd my-project
$ npm install or yarn
$ npm run dll
$ npm run dev
$ npm run build
```