Files
fengjie-datascreen/README.md
duanliang 0c5aa8d4bb 6.10
2025-06-10 12:12:24 +08:00

20 lines
189 B
Markdown

# datascreen
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev 123
```
### Compile and Minify for Production
```sh
npm run build
```