Files
scrypted/plugins/core/ui/README.md
2021-09-23 13:19:34 -04:00

35 lines
452 B
Markdown

# web
## Project setup
```
npm install
```
### Compiles and hot-reloads UI for development
```
npm run serve
```
### Compiles and hot-reloads UI for development (starts backend server)
```
npm run dev
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).