25 行
338 B
Markdown
25 行
338 B
Markdown
# slader-legacy-frontend
|
|
|
|
## 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/).
|