PMail/fe/README.md

26 lines
229 B
Markdown
Raw Normal View History

2023-07-30 17:59:25 +08:00
# fe
前端代码库
```sh
yarn
```
### Compile and Hot-Reload for Development
```sh
yarn dev
```
### Compile and Minify for Production
```sh
yarn build
```
### Lint with [ESLint](https://eslint.org/)
```sh
yarn lint
```