Files
EIST-Teamprojekt/frontend/README.md
cato cb74fe133c Creation of base template (#1)
* Sample template created

* added findByName functionality for item

* Solve Cors errors and inhibit DefaultExposure

* changed project structure

* Added frontend
2022-06-01 01:36:40 +02:00

25 lines
312 B
Markdown

# frontend
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).