@webdrops/wd-builder
v0.2.0
Published
Dynamic page builder using tree based page organization
Downloads
4
Readme
wd-builder
This is a tool for building React Blocks, grouping existing components in a tree. Do all that through UI.
Developers can use is as a tool for speeding up development process. Designers can use it to create a library of components for developers.
How to use
Install it as a dependency:
npm install wd-builder
Run local example
npm run dev
How to develop
- Clone this repo
- Run
npm install
- Run
npm build
Build files will be in dist
folder.
You can link it to your project by running npm link
in on root folder and npm link wd-builder
in your project folder.
You can runnpm build:watch
to watch for changes and rebuild automatically.
developed by albert-dm @webdrops.app