|
|
il y a 7 ans | |
|---|---|---|
| .. | ||
| config | il y a 7 ans | |
| runtime | il y a 7 ans | |
| src | il y a 7 ans | |
| .gitignore | il y a 7 ans | |
| Dockerfile | il y a 7 ans | |
| README.md | il y a 7 ans | |
| package.json | il y a 7 ans | |
| webpack.conf.js | il y a 7 ans | |
| webpack.dev.conf.js | il y a 7 ans | |
| yarn.lock | il y a 7 ans | |
# Install dependencies
yarn
# 或者
npm install --registry=https://registry.npm.taobao.org
# Serve at http://127.0.0.1
npm run dev
# Build for production
npm run build
# Build for docker image
docker build -t saas-portal-web:1.0.0 .