This commit is contained in:
Kamil Klecha
2021-06-01 22:56:36 +02:00
parent d39e9f15e6
commit 3320858efa
20 changed files with 13959 additions and 1 deletions

View File

@@ -1 +1,24 @@
fakesw
# fakesw
## 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/).