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

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.

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)