allen 11c7971a1e init 1 year ago
..
build 11c7971a1e init 1 year ago
config 11c7971a1e init 1 year ago
src 11c7971a1e init 1 year 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 11c7971a1e init 1 year ago
.postcssrc.js 11c7971a1e init 1 year ago
.travis.yml 11c7971a1e init 1 year ago
Dockerfile 11c7971a1e init 1 year ago
README-en.md 11c7971a1e init 1 year ago
README.md 11c7971a1e init 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 11c7971a1e init 1 year 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