mirror of
https://gitee.com/vuejs/vue.git
synced 2024-11-30 02:57:43 +08:00
11 lines
238 B
Markdown
11 lines
238 B
Markdown
# vue-next [![CircleCI](https://img.shields.io/circleci/project/vuejs/vue/next.svg?maxAge=2592000)](https://circleci.com/gh/vuejs/vue/tree/next)
|
|
|
|
> pre-alpha state, use at your own risk.
|
|
|
|
### Build
|
|
|
|
``` bash
|
|
npm install
|
|
npm run build
|
|
```
|