react-svg-gauge

v0.0.2
Justgage inspired .svg gauge for React

example

./node_modules/webpack-dev-server/bin/webpack-dev-server.js --content-base example/ --config ./example/webpack.example.config.js

gh-pages

./node_modules/webpack/bin/webpack.js --content-base example/ --config ./example/webpack.example.config.js; cp ./example/index.html /tmp/index.html; cp ./example/bundle.js /tmp/bundle.js; git checkout gh-pages; cp /tmp/index.html ./index.html; cp /tmp/bundle.js ./bundle.js; chmod -x .git/hooks/pre-commit .git/hooks/post-commit; git commit -a -m 'Automatic Example Update'; git push origin gh-pages; chmod +x .git/hooks/pre-commit .git/hooks/post-commit; git checkout master;

build

./node_modules/babel-cli/bin/babel.js ./src --plugins add-module-exports --out-dir ./lib;

Metadata

  • MIT
  • Whatever
  • Tim de Koning
  • released 5/27/2016

Downloads

Maintainers