README-en.md 430 B

Note: Please use yarn to install dependencies, do not use npm.

If yarn is not installed locally, use npm install yarn -g to install.

Development

```bash

Install dependencies

yarn install

Run local dev server

yarn run dev


## Distribution

bash

Build staged environment with webpack-bundle-analyzer

yarn run build:sit-preview

Build production environment

yarn run build:prod ```