npm run build
npm run watch
npm run test:watch
node_modules/.bin/webpack --json | ./node_modules/.bin/webpack-bundle-size-analyzer
npm run test
npm run storybook
http://ph.vxteaser.x/storybook/
npm run prepublish
git tag X.X.X
npm run storybook:build
npm run styleguide:build
http://ph.vxteaser.x/styleguide/
With a specific element ID:
To show a demo:
- todo :)