mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-23 05:40:20 +08:00
build | ||
config | ||
src | ||
static | ||
.babelrc | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.postcssrc.js | ||
favicon.ico | ||
index.html | ||
LICENSE | ||
package.json | ||
README.md |
启动项目
# 安装依赖关系
npm install --registry=https://registry.npm.taobao.org
# 服务运行于:localhost:9527,支持热加载
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report