Files
fengjie-datascreen/README.md
2025-03-11 12:43:50 +08:00

20 lines
185 B
Markdown

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