sakura f2b5c42f40 5.24打包 hace 2 años
..
build 4f28d5ad3a first hace 2 años
config 4f28d5ad3a first hace 2 años
dist f2b5c42f40 5.24打包 hace 2 años
src f2b5c42f40 5.24打包 hace 2 años
static 4f28d5ad3a first hace 2 años
ui-domain 4f28d5ad3a first hace 2 años
ui-utils 4f28d5ad3a first hace 2 años
.babelrc 4f28d5ad3a first hace 2 años
.dockerignore 4f28d5ad3a first hace 2 años
.editorconfig 4f28d5ad3a first hace 2 años
.eslintignore 4f28d5ad3a first hace 2 años
.eslintrc.js 4f28d5ad3a first hace 2 años
.gitignore 4f28d5ad3a first hace 2 años
.gitkeep 4f28d5ad3a first hace 2 años
.npmrc 4f28d5ad3a first hace 2 años
.postcssrc.js 4f28d5ad3a first hace 2 años
.travis.yml 4f28d5ad3a first hace 2 años
.yarnrc 4f28d5ad3a first hace 2 años
Dockerfile 4f28d5ad3a first hace 2 años
README-en.md 4f28d5ad3a first hace 2 años
README.md 4f28d5ad3a first hace 2 años
favicon.ico 69f4fe93e1 调整页面及标题修改库位bug hace 2 años
index.html 1d38f5722c 修改入库及商品档案新增,修改部分样式 hace 2 años
nginx.conf 4f28d5ad3a first hace 2 años
package.json 4f28d5ad3a first hace 2 años
package11.json 4f28d5ad3a first hace 2 años
set-envs.sh 4f28d5ad3a first hace 2 años
tailwind.config.js 4f28d5ad3a first hace 2 años
ui-watcher.js 4f28d5ad3a first hace 2 años
webpack.config.js 4f28d5ad3a first hace 2 años

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