This commit is contained in:
quantulr
2024-06-19 18:49:30 +08:00
commit 106701f24d
14 changed files with 8279 additions and 0 deletions

24
README.md Normal file
View File

@ -0,0 +1,24 @@
# sheet-demo
## Project setup
```
pnpm install
```
### Compiles and hot-reloads for development
```
pnpm run serve
```
### Compiles and minifies for production
```
pnpm run build
```
### Lints and fixes files
```
pnpm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).