dustin
/
run
Archived
1
0
Fork 0
This repository has been archived on 2022-04-30. You can view files and clone it, but cannot push or open issues/pull-requests.
run/ui/README.md

25 lines
315 B
Markdown

# run
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).