|
1 年之前 | |
---|---|---|
.. | ||
build | 1 年之前 | |
config | 1 年之前 | |
src | 1 年之前 | |
static | 1 年之前 | |
.babelrc | 1 年之前 | |
.editorconfig | 1 年之前 | |
.eslintignore | 1 年之前 | |
.eslintrc.js | 1 年之前 | |
.gitignore | 1 年之前 | |
.gitkeep | 1 年之前 | |
.npmrc | 1 年之前 | |
.postcssrc.js | 1 年之前 | |
.travis.yml | 1 年之前 | |
Dockerfile | 1 年之前 | |
README-en.md | 1 年之前 | |
README.md | 1 年之前 | |
favicon.ico | 1 年之前 | |
index.html | 1 年之前 | |
nginx.conf | 1 年之前 | |
package.json | 1 年之前 | |
set-envs.sh | 1 年之前 |
# Install dependencies
npm install
# Run local dev server
npm run dev
# Build staged environment with webpack-bundle-analyzer
npm run build:sit-preview
# Build production environment
npm run build:prod