0.1.0 • Published 2 years ago

fed-material-components v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

fed-material-components

一个面向可视化搭建的业务组件库,

调试

启动调试

npm start             # 打开开发环境,运行所有组件
npm start <compName>  # 打开开发环境,运行特定组件(更快)
"npm run start": "build-scripts start",
"npm run build": "build-scripts build",
"npm run lowcode:dev": "build-scripts start --config ./build.lowcode.js",
"npm run lowcode:build": "build-scripts build --config ./build.lowcode.js",
"npm run f2elint-scan": "f2elint scan",
"npm run f2elint-fix": "f2elint fix",
"npm prepublishOnly": "npm run build && npm run lowcode:build"

构建

npm run build