game-components

v0.0.11
Collection of react game components to be used in future development.
Game Component Basic Game Components

prepublish

npm run build:dev

publish

npm version patch && npm publish

watch

NODE_ENV=development webpack -w

build:dev

rm -rf ./lib && NODE_ENV=development webpack

build:production

rm -rf ./lib && NODE_ENV=production webpack -p

Metadata

Downloads

Maintainers