wenningning 24325a1cf8 优化 11 hours ago
..
build 11c7971a1e init 1 year ago
config 11c7971a1e init 1 year ago
src 24325a1cf8 优化 11 hours ago
static 11c7971a1e init 1 year ago
.babelrc 11c7971a1e init 1 year ago
.editorconfig 11c7971a1e init 1 year ago
.eslintignore 11c7971a1e init 1 year ago
.eslintrc.js 11c7971a1e init 1 year ago
.gitignore 11c7971a1e init 1 year ago
.gitkeep 11c7971a1e init 1 year ago
.npmrc 211263a728 优化勘察表 6 months ago
.postcssrc.js 11c7971a1e init 1 year ago
.travis.yml 11c7971a1e init 1 year ago
Dockerfile 468f5314d5 增加配置项物料 4 days ago
README-en.md 11c7971a1e init 1 year ago
README.md d5fd878b5d 优化 1 year ago
favicon.ico 11c7971a1e init 1 year ago
index.html 11c7971a1e init 1 year ago
nginx.conf 11c7971a1e init 1 year ago
package.json 211263a728 优化勘察表 6 months ago
set-envs.sh 11c7971a1e init 1 year ago

README-en.md

Development

# Install dependencies
npm install

# Run local dev server
npm run dev

Distribution

# Build staged environment with webpack-bundle-analyzer
npm run build:sit-preview

# Build production environment
npm run build:prod