npm run devdocker run --rm -it -p 8080:80 -v `pwd`:/usr/share/nginx/html nginx
# Then open http://localhost:8080/exampleOpen ./example/index.html
β Demo project cannot be opened without a webserver, because of CORS errors.
npm run testIncrement version number in package.json.
npm run build
npm publishThanks for your contribution ;)