@mananaunited/lowcode-cli
v1.0.1
Published
lowcode demo
Downloads
4
Readme
@mananaunited/lowcode-cli
Note: 构建低代码组件开发项目的脚手架工具
Requirements
node@14+
npm@6+
Note: In order to provide low-code project construction and packaging services.
Install
install low code components to develop scaffolding tools.
npm install @mananaunited/lowcode-cli
Create low code project
the command will customize the installation dependencies, but this step may fail. If it fails, enter the project directory to manually install the dependency.
lowcode create lowcode-components
Compress project to zip package
compress the current project into a zip package for uploading to a low code management project.
by default, node_modules
and .git
will be filtered out, you can modify the files you want to ignore through compress.config.json
.
cd lowcode-components
lowcode compress