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创建的模板
- Host: GitHub
- URL: https://github.com/winjs-dev/vue-template
- Owner: winjs-dev
- License: mit
- Created: 2017-02-06T05:37:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-25T02:39:35.000Z (about 7 years ago)
- Last Synced: 2024-09-04T15:18:55.983Z (over 1 year ago)
- Topics: code-spliting, vue, vue-boilerplate, vue-template, webpack
- Language: JavaScript
- Homepage:
- Size: 465 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```