Files
vue-cli/README.md
2018-05-17 14:52:06 -04:00

28 lines
1023 B
Markdown

# vue-cli [![Build Status](https://circleci.com/gh/vuejs/vue-cli/tree/dev.svg?style=shield)](https://circleci.com/gh/vuejs/vue-cli/tree/dev) [![Windows Build status](https://ci.appveyor.com/api/projects/status/487fqt71e4kf46iv/branch/dev?svg=true)](https://ci.appveyor.com/project/yyx990803/vue-cli-6b0a6/branch/dev)
> This is the branch for `@vue/cli` 3.0.
## Status: beta
Most of the planned features are in place but there may still be bugs. API may still change until we reach RC phase. Do not use in production yet unless you are adventurous.
## Quickstart
``` sh
npm install -g @vue/cli
# or
yarn global add @vue/cli
vue create my-project
```
For a detailed guide with recipes for common tasks, detailed usage for each plugin, please see the [full documentation](https://github.com/vuejs/vue-cli/blob/dev/docs/README.md).
## Contributing
Please see [contributing guide](https://github.com/vuejs/vue-cli/blob/dev/.github/CONTRIBUTING.md).
## License
[MIT](https://github.com/vuejs/vue-cli/blob/dev/LICENSE)