Commit 0c8459a9 authored by rockyl's avatar rockyl

init

parent 2e7fbec3
# zeroing-editor # zeroing-editor
归零编辑器
## Project setup ## Project setup
``` ```
yarn install yarn
``` ```
### Compiles and hot-reloads for development ### Compiles and hot-reloads for development
``` ```
yarn run serve yarn serve
``` ```
### Compiles and minifies for production ### Compiles and minifies for production
``` ```
yarn run build yarn build
``` ```
\ No newline at end of file
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment