Initialize web code
This commit is contained in:
parent
850af27966
commit
f7b571269e
7 changed files with 9068 additions and 0 deletions
19
web/README.md
Normal file
19
web/README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
## 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue