/grouter

react router router-webpack-plugin

Primary LanguageJavaScript

The use of the plugin

install

npm install lerna --global
lerna bootstrap

play with the demo

step 1: build the plugin

cd packages/path-to-router-webpack-plugin
npm run build

step 2: run the demo

cd packages/demo
npm run dev

debug the plugin with vscode

The launch.json file has been added to provide plug-in debugging