yangg 9712096ed2 打包 hai 1 ano
..
build 4f28d5ad3a first hai 1 ano
config 4f28d5ad3a first hai 1 ano
dist 9712096ed2 打包 hai 1 ano
src 9712096ed2 打包 hai 1 ano
static 4f28d5ad3a first hai 1 ano
ui-domain 4f28d5ad3a first hai 1 ano
ui-utils 4f28d5ad3a first hai 1 ano
.babelrc 4f28d5ad3a first hai 1 ano
.dockerignore 4f28d5ad3a first hai 1 ano
.editorconfig 4f28d5ad3a first hai 1 ano
.eslintignore 4f28d5ad3a first hai 1 ano
.eslintrc.js 4f28d5ad3a first hai 1 ano
.gitignore 4f28d5ad3a first hai 1 ano
.gitkeep 4f28d5ad3a first hai 1 ano
.npmrc 4f28d5ad3a first hai 1 ano
.postcssrc.js 4f28d5ad3a first hai 1 ano
.travis.yml 4f28d5ad3a first hai 1 ano
.yarnrc 4f28d5ad3a first hai 1 ano
Dockerfile 4f28d5ad3a first hai 1 ano
README-en.md 4f28d5ad3a first hai 1 ano
README.md 4f28d5ad3a first hai 1 ano
dist.7z 287894d62c 更改线上地址 hai 1 ano
favicon.ico 69f4fe93e1 调整页面及标题修改库位bug hai 1 ano
index.html 1d38f5722c 修改入库及商品档案新增,修改部分样式 hai 1 ano
nginx.conf 4f28d5ad3a first hai 1 ano
package.json 4f28d5ad3a first hai 1 ano
package11.json 4f28d5ad3a first hai 1 ano
set-envs.sh 4f28d5ad3a first hai 1 ano
tailwind.config.js 4f28d5ad3a first hai 1 ano
ui-watcher.js 4f28d5ad3a first hai 1 ano
webpack.config.js 4f28d5ad3a first hai 1 ano

README-en.md

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