A simplest devkit example.
develop
# build symlinkcd ./devkit-demo
npm link
cd ..
npm link devkit-demo
# run dev
npm run devcompile
# build symlinkcd ./devkit-demo
npm link
cd ..
npm link devkit-demo
# run build
npm run buildThere was an error while loading. Please reload this page.