Files
museum_admin/README.md

25 lines
316 B
Markdown
Raw Normal View History

2025-06-14 12:40:14 +08:00
# museum-admin
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).