dev-sidecar/packages/gui/README.md

30 lines
324 B
Markdown
Raw Permalink Normal View History

2020-10-24 13:22:44 +00:00
# dev-sidecar-gui
## Project setup
2024-11-18 08:14:07 +00:00
2020-10-24 13:22:44 +00:00
```
yarn install
```
### Compiles and hot-reloads for development
2024-11-18 08:14:07 +00:00
2020-10-24 13:22:44 +00:00
```
yarn serve
```
### Compiles and minifies for production
2024-11-18 08:14:07 +00:00
2020-10-24 13:22:44 +00:00
```
yarn build
```
### Lints and fixes files
2024-11-18 08:14:07 +00:00
2020-10-24 13:22:44 +00:00
```
yarn lint
```
### Customize configuration
2024-11-18 08:14:07 +00:00
2020-10-24 13:22:44 +00:00
See [Configuration Reference](https://cli.vuejs.org/config/).