# 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 ```