Dominik Schubert 02873fc0a1 Add template
2019-10-14 15:35:19 +02:00

28 lines
468 B
Markdown

# frontend
Sample UI. This UI is not meant to be extended for your AIC project,
but to serve as an example of how to package your application in a container.
## 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/).