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

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