mirror of
https://github.com/Jinnrry/PMail.git
synced 2025-02-20 11:43:09 +08:00
26 lines
229 B
Markdown
26 lines
229 B
Markdown
|
# 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
|
||
|
```
|