|
hace 3 meses | |
---|---|---|
.. | ||
build | hace 1 año | |
config | hace 1 año | |
dist | hace 3 meses | |
src | hace 3 meses | |
static | hace 1 año | |
ui-domain | hace 1 año | |
ui-utils | hace 1 año | |
.babelrc | hace 1 año | |
.dockerignore | hace 1 año | |
.editorconfig | hace 1 año | |
.eslintignore | hace 1 año | |
.eslintrc.js | hace 1 año | |
.gitignore | hace 1 año | |
.gitkeep | hace 1 año | |
.npmrc | hace 1 año | |
.postcssrc.js | hace 1 año | |
.travis.yml | hace 1 año | |
.yarnrc | hace 1 año | |
Dockerfile | hace 1 año | |
README-en.md | hace 1 año | |
README.md | hace 1 año | |
dist.7z | hace 1 año | |
favicon.ico | hace 1 año | |
index.html | hace 1 año | |
nginx.conf | hace 1 año | |
package.json | hace 1 año | |
package11.json | hace 1 año | |
set-envs.sh | hace 1 año | |
tailwind.config.js | hace 1 año | |
ui-watcher.js | hace 1 año | |
webpack.config.js | hace 1 año |
Note: Please use
yarn
to install dependencies, do not usenpm
.If
yarn
is not installed locally, usenpm install yarn -g
to install.Development
```bash
Install dependencies
yarn install
yarn run dev
## Distribution
bash
yarn run build:sit-preview
yarn run build:prod ```