Files
x_admin/admin/README.md
2024-03-25 19:27:35 +08:00

28 lines
278 B
Markdown

## vite configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```
### Development
```sh
npm run dev
```
### Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```