initial commit

This commit is contained in:
2021-08-07 15:30:43 +03:00
parent 1297c8b4f6
commit b81e6a6c37
23 changed files with 660 additions and 153 deletions

View File

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