Skip to content
Snippets Groups Projects
Commit 33cf1473 authored by Alexander Rose's avatar Alexander Rose
Browse files

updated readme

parent 75366fab
No related branches found
No related tags found
No related merge requests found
...@@ -16,12 +16,31 @@ ...@@ -16,12 +16,31 @@
npm run watch npm run watch
### Bundle with rollup (UMD and ES6 ) ### Bundle with rollup (UMD and ES6)
npm run watch npm run bundle
### Make distribution files
npm run dist
### Build everything above
npm run-script build && npm run-script bundle && npm run-script dist
## Example script
### Build
npm run script
### Run
node ./build/js/script.js
TODO TODO
---- ----
- - ...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment