foist
v0.0.2
Published
See blog post: https://scottlnorvell.com/foist
Downloads
2
Readme
Foist
See blog post: https://scottlnorvell.com/foist
Install
npm install vacillate
# - OR -
yarn add vacillate
Running tests
yarn
yarn test
yarn test --watch
Dev mode
When developing you can run:
yarn watch
This will regenerate the build files each time a source file is changed and serve on http://127.0.0.1:5000.
Previewing umd build in the browser
You can open dev/index.html
to try it out.