aspnetcore/templates/WebApplicationBasic
SteveSandersonMS 73caae2b78 Replace all references to ASPNET_ENV with ASPNETCORE_ENVIRONMENT 2016-05-02 13:13:48 -07:00
..
ClientApp In all the app templates, load and execute the Bootstrap JS code 2016-03-01 16:26:05 +00:00
Controllers
Views Change WebApplicationBasic template to use web pack vendor DLL and to load CSS as a file (not via JS). Also remove Babel as it's not doing anything here. 2016-03-01 16:25:37 +00:00
wwwroot
.gitignore Add templates projects to .sln file 2016-03-08 09:57:36 +00:00
Dockerfile
README.md
Startup.cs
WebApplicationBasic.xproj Improve VS compatibility using <TypeScriptCompileBlocked> in .xproj files 2016-04-29 17:33:31 +01:00
appsettings.json
package.json Change WebApplicationBasic template to use web pack vendor DLL and to load CSS as a file (not via JS). Also remove Babel as it's not doing anything here. 2016-03-01 16:25:37 +00:00
project.json Clean up versions of referenced packages 2016-04-14 15:14:26 +01:00
tsconfig.json Make WebApplicationBasic consistent with other templates 2016-03-01 16:27:20 +00:00
webpack.config.dev.js Change WebApplicationBasic template to use web pack vendor DLL and to load CSS as a file (not via JS). Also remove Babel as it's not doing anything here. 2016-03-01 16:25:37 +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 Change WebApplicationBasic template to use web pack vendor DLL and to load CSS as a file (not via JS). Also remove Babel as it's not doing anything here. 2016-03-01 16:25:37 +00:00
webpack.config.vendor.js Replace all references to ASPNET_ENV with ASPNETCORE_ENVIRONMENT 2016-05-02 13:13:48 -07:00