Visual Studio 2015-7 Neutronium Template
https://marketplace.visualstudio.com/items?itemName=DavidDes.NeutroniumApplicationTemplates
Neutronium knockout ApplicationNeutronium Knockout simple templateNeutronium Vue ApplicationNeutronium Vue simple templateNeutronium.Vue.SPANeutronium Vue SPA template
Neutronium vue template are provided with neutronium-vue vue webpack set-up.
The following scripts are available:
npm run buildto build vue application to be loaded in Neutronium applicationnpm run devto run the vue application in the browsernpm run integratedto serve the vue application locally so that you use hot-reload in Neutronium application
The provided Neutronium application can be runt in 3 modes:
-devdevelopment mode with hot-reload enable. You should runnpm run integratedbefore running the application in this mode-testtest mode: Neutronium debug is allowed but files from the build are used. No hot-reload-prodproduction mode: no Neutronium debug allowed. Build files are used
Production mode is the only possible mode when using none-debug build.
Test mode is the default mode when building in debug mode.
To switch the different modes, use the Visual studio Project Property>Debug window:

