7e16e23803
* Implement collapsing component hierarchy. * Save screen when adding new components. * Allow creation of nested child components. * Fix level-based indentation of hierarchy. * Rename updateComponentProps to setComponentProps * Save layout information to the disk. * Cleanup: switch to autosubscriptions to prevent memory leaks, remove unused imports. * Remove unused css. * Fix incorrect subscription. |
||
---|---|---|
.. | ||
.vscode | ||
build | ||
src | ||
tests | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
README.md | ||
babel.config.js | ||
package.json | ||
rollup.config.js |
README.md
Get Started
npm install
Webpack dev server (port 8080): npm run dev
Build npm run build