https://github.com/zce/create-v-app
Create Vue apps with no build configuration.
https://github.com/zce/create-v-app
Last synced: 12 months ago
JSON representation
Create Vue apps with no build configuration.
- Host: GitHub
- URL: https://github.com/zce/create-v-app
- Owner: zce
- License: mit
- Created: 2017-03-14T02:38:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T23:26:52.000Z (over 3 years ago)
- Last Synced: 2024-04-14T18:54:09.241Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.21 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create Vue App
[![NPM version][npm-image]][npm-url]
[![NPM download][download-image]][download-url]
[![Build Status][travis-image]][travis-url]
[![Dependency Status][dependency-image]][dependency-url]
[![devDependency Status][devdependency-image]][devdependency-url]
[![Code Style][style-image]][style-url]
[npm-image]: https://img.shields.io/npm/v/create-v-app.svg
[npm-url]: https://npmjs.org/package/create-v-app
[download-image]: https://img.shields.io/npm/dm/create-v-app.svg
[download-url]: https://npmjs.org/package/create-v-app
[travis-image]: https://img.shields.io/travis/zce/create-v-app/vue.svg
[travis-url]: https://travis-ci.org/zce/create-v-app
[dependency-image]: https://img.shields.io/david/zce/create-v-app.svg
[dependency-url]: https://david-dm.org/zce/create-v-app
[devdependency-image]: https://img.shields.io/david/dev/zce/create-v-app.svg
[devdependency-url]: https://david-dm.org/zce/create-v-app?type=dev
[style-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg
[style-url]: http://standardjs.com/
> Create Vue apps with no build configuration.
## Installation
Prerequisites: [Node.js](https://nodejs.org/) (>=4.x, 6.x, 7.x preferred) and [Git](https://git-scm.com/).
```sh
$ npm install --global create-v-app
```
## Usage
```sh
$ create-v-app
```
### Example
```sh
$ create-v-app
```
## License
[MIT](LICENSE) © [汪磊](http://github.com/zce)