Aleksei Tsybin ff123ef485 init
2022-02-22 17:19:19 +03:00

25 lines
318 B
Markdown

# psina-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/).