aspnetcore/templates/KnockoutSpa
SteveSandersonMS 73caae2b78 Replace all references to ASPNET_ENV with ASPNETCORE_ENVIRONMENT 2016-05-02 13:13:48 -07:00
..
ClientApp Demonstrate lazy-loading for Webpack-bundled KO components 2016-03-08 17:03:09 +00:00
Controllers Simpler use of attribute routing 2016-03-08 18:15:09 +00:00
Views Migrate from hasher.js to history.js to support HTML5-style navigation. Also clean up the HMR support. 2016-03-08 15:56:43 +00:00
typings Migrate from hasher.js to history.js to support HTML5-style navigation. Also clean up the HMR support. 2016-03-08 15:56:43 +00:00
wwwroot Initial KnockoutSpa template 2016-03-08 12:16:22 +00:00
.gitignore Initial KnockoutSpa template 2016-03-08 12:16:22 +00:00
Dockerfile Initial KnockoutSpa template 2016-03-08 12:16:22 +00:00
KnockoutSpa.xproj Improve VS compatibility using <TypeScriptCompileBlocked> in .xproj files 2016-04-29 17:33:31 +01:00
README.md Initial KnockoutSpa template 2016-03-08 12:16:22 +00:00
Startup.cs Initial KnockoutSpa template 2016-03-08 12:16:22 +00:00
appsettings.json Initial KnockoutSpa template 2016-03-08 12:16:22 +00:00
package.json Simplify KnockoutSpa template using new aspnet-webpack package 2016-03-11 00:35:18 +00:00
project.json Clean up versions of referenced packages 2016-04-14 15:14:26 +01:00
tsconfig.json Initial KnockoutSpa template 2016-03-08 12:16:22 +00:00
tsd.json Migrate from hasher.js to history.js to support HTML5-style navigation. Also clean up the HMR support. 2016-03-08 15:56:43 +00:00
webpack.config.dev.js Initial KnockoutSpa template 2016-03-08 12:16:22 +00:00
webpack.config.js Replace all references to ASPNET_ENV with ASPNETCORE_ENVIRONMENT 2016-05-02 13:13:48 -07:00
webpack.config.prod.js Initial KnockoutSpa template 2016-03-08 12:16:22 +00:00
webpack.config.vendor.js Replace all references to ASPNET_ENV with ASPNETCORE_ENVIRONMENT 2016-05-02 13:13:48 -07:00