@uirouter/react

v1.0.7
State based routing for React

test

jest

test:debug

node --inspect ./node_modules/.bin/jest --runInBand --watch

test:downstream

npm run build && test_downstream_projects

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

clean

shx rm -rf _bundles lib lib-esm build _doc

compile

npm run clean && tsc && tsc -m es6 --outDir lib-esm

bundle

cross-env NODE_ENV=production webpack

build

run-s compile bundle fixmaps:*

release

release --deps @uirouter/core

fixmaps:lib

tweak_sourcemap_paths -a --include 'lib/**/*.js.map' 'lib-esm/**/*.js.map'

fixmaps:bundle

tweak_sourcemap_paths -a --include '_bundles/**/*.js.map'

docs

generate_docs

docs:publish

generate_docs && publish_docs

prepublishOnly

npm run build

artifacts

artifact_tagging

prettier

npx prettier --write src/**/*.[jt]s src/**/*.[jt]sx
npm i @uirouter/react

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 7/27/2021

Downloads