added initial files vue

This commit is contained in:
Kostya
2023-11-12 21:39:22 +03:00
parent d7cc217979
commit 2771f216da
15 changed files with 11970 additions and 0 deletions

24
luckydiamond/README.md Normal file
View File

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