SDV_VirtualKeyboard_ConfigE.../README.md

25 lines
320 B
Markdown
Raw Normal View History

2020-10-22 15:35:23 +08:00
# vkconfig
2020-10-27 11:20:36 +08:00
## Project setup
```
2020-10-22 15:35:23 +08:00
npm install
2020-10-27 11:20:36 +08:00
```
2020-10-22 15:35:23 +08:00
2020-10-27 11:20:36 +08:00
### Compiles and hot-reloads for development
```
npm run serve
```
2020-10-22 15:35:23 +08:00
2020-10-27 11:20:36 +08:00
### Compiles and minifies for production
```
2020-10-22 15:35:23 +08:00
npm run build
2020-10-27 11:20:36 +08:00
```
2020-10-22 15:35:23 +08:00
2020-10-27 11:20:36 +08:00
### Lints and fixes files
```
npm run lint
2020-10-22 15:35:23 +08:00
```
2020-10-27 11:20:36 +08:00
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).