2021-05-31 16:14:28 +02:00
|
|
|
# ki-frontend
|
|
|
|
|
2021-06-07 17:41:25 +02:00
|
|
|
|
|
|
|
Vue3 Projekt:
|
2021-05-31 16:14:28 +02:00
|
|
|
## 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/).
|
2021-06-07 17:41:25 +02:00
|
|
|
|
|
|
|
Vorraussetzung: Node & NPM
|