six4win-webui
v0.1.0
Published
Six4Win WebUI
Readme
my-app
This project is bootstrapped by aurelia/new.
Start dev web server
npm startBuild the app in production mode
npm run buildIt builds all files to dist folder. To deploy to production server, copy all the dist/* files to production root folder.
For example
dist/index.html
dist/foo.12345.jsCopy to production root folder
root_folder/index.html
root_folder/foo.12345.jsUnit Tests
npm run testRun unit tests in watch mode.
npm run test:watchAnalyze webpack bundle
npm run analyze