@uirouter/react

v0.5.3
State based routing for React

test

jest --watch

test:ci

NODE_ENV=production jest --silent

start

cross-env NODE_ENV=development webpack-dev-server --host 0.0.0.0 --port 8000 --config ./examples/typescript/webpack.config.js --history-api-fallback --content-base examples/typescript

build

npm run clean && tsc && tsc -m es6 --outDir lib-esm && cross-env NODE_ENV=production webpack && npm run fixmaps

release

release

fixmaps

modify_sourcemap_paths

clean

shx rm -rf _bundles lib lib-esm build

docs

./scripts/docs.js

package

npm run build

prepublishOnly

npm run build

artifacts

artifact_tagging

changelog

update_changelog --include-core

prettier

node ./scripts/prettier.js write-changed

prettier-all

node ./scripts/prettier.js write
npm i @uirouter/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 10/7/2017

Downloads