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

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