56c25fee90
* new binding... - state manager - one store per screen - not passing * client lib binding - tests passing * binding fully working again post stateManager * bugfix with button component * Control flow ("code") now working, tests passing * Events List now reading from component definition * fix to button.svelte - missing props._children |
||
---|---|---|
.. | ||
.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