Commit Graph

125 Commits

Author SHA1 Message Date
SteveSandersonMS
9cb6d5d2b6 Update Yeoman generator references to aspnet to aspnetcore 2016-05-02 13:14:27 -07:00
SteveSandersonMS
c073248981 Remove Angular 2 Music Store workarounds for an fx bug that was fixed in RC2 2016-05-02 13:13:50 -07:00
SteveSandersonMS
13beb7cf27 Add local pack script. Remove dnx451 framework references. May add back later if needed. 2016-05-02 13:13:49 -07:00
SteveSandersonMS
25c728f885 Change all Microsoft.AspNet.* namespaces and references to Microsoft.AspNetCore.* 2016-05-02 13:13:49 -07:00
SteveSandersonMS
649c6079ea Update WebApplicationBasic template to RC2 2016-05-02 13:13:48 -07:00
SteveSandersonMS
280979c708 Update ReactSpa template to RC2 2016-05-02 13:13:48 -07:00
SteveSandersonMS
5cbc5f438b Update ReactReduxSpa template to RC2 2016-05-02 13:13:48 -07:00
SteveSandersonMS
1468db1ba6 Update KnockoutSpa template to RC2 2016-05-02 13:13:48 -07:00
SteveSandersonMS
6a2a3d9532 Fix JSON formatting in Angular2Spa template 2016-05-02 13:13:48 -07:00
SteveSandersonMS
73caae2b78 Replace all references to ASPNET_ENV with ASPNETCORE_ENVIRONMENT 2016-05-02 13:13:48 -07:00
SteveSandersonMS
1cb4dd920c Partial migration to ASP.NET Core 1.0 RC2 (done the core packages, plus the ES2015/Webpack samples, and the Angular2Spa template). Only verified it builds/runs on .NET Core - not checked on net451. 2016-05-02 13:13:47 -07:00
SteveSandersonMS
992060b908 Further attempt to make the build pass 2016-05-02 12:47:58 -07:00
SteveSandersonMS
323711fc24 Hopefully make the build work on Windows 2016-05-02 12:28:04 -07:00
SteveSandersonMS
7d193108df Build using local 'tsc' tool instead of hoping the globally-installed one exists and is the right version 2016-05-02 12:18:52 -07:00
SteveSandersonMS
ad4bf09407 Add yosay to Yeoman generator 2016-05-02 10:24:37 -07:00
SteveSandersonMS
a846ea85e0 Update Yeoman generator version 2016-04-29 17:34:21 +01:00
SteveSandersonMS
5743d312c2 Improve VS compatibility using <TypeScriptCompileBlocked> in .xproj files 2016-04-29 17:33:31 +01:00
SteveSandersonMS
abf79af5ca Fix NPM config for Yeoman generator 2016-04-29 12:35:13 +01:00
SteveSandersonMS
1e7912b8b6 package.json tweaks 2016-04-29 11:56:33 +01:00
SteveSandersonMS
b51a035c68 Yeoman generator now installs NPM/DNX dependencies and runs webpack 2016-04-29 11:26:25 +01:00
SteveSandersonMS
4de2e9673f Basically working Yeoman template generator generator 2016-04-28 17:01:27 +01:00
SteveSandersonMS
fc705e8bf8 Simplify by removing diff feature. Now just writes each template as an independent copy. 2016-04-28 14:34:47 +01:00
SteveSandersonMS
1830c20212 Beginning Yeoman generator generator. Currently creates templates in as patches vs a common set of files. 2016-04-28 14:28:34 +01:00
SteveSandersonMS
a0c47252ca Update to latest Angular2/angular-universal and use relative URLs in template's HTTP request 2016-04-21 11:36:27 +01:00
SteveSandersonMS
6a325f8cc4 Clean up versions of referenced packages 2016-04-14 15:14:26 +01:00
SteveSandersonMS
51650f4623 Clean up RC1 bug workaround 2016-04-14 14:59:41 +01:00
SteveSandersonMS
39a8a4a128 Update to current versions of React/Redux/etc. 2016-04-13 15:34:23 +01:00
SteveSandersonMS
770a74c25b Update Angular2Spa template to newer dependencies 2016-04-08 11:41:20 +01:00
SteveSandersonMS
67483b4ab6 Fix Angular 2 polyfills 2016-04-07 15:44:29 +01:00
SteveSandersonMS
c8a7ac95a9 Make async data fetching work on the server with Angular 2 2016-04-05 20:31:21 +01:00
SteveSandersonMS
89c8dd3b36 Update Angular2Spa to current versions of Angular 2, angular2-universal-preview, etc. 2016-03-31 16:41:24 +01:00
SteveSandersonMS
ff5cdd1815 Fix Angular2Spa production builds 2016-03-24 12:07:28 +00:00
SteveSandersonMS
611f88fcb7 Simplify ReactReduxSpa template to use aspnet-* packages 2016-03-11 01:13:09 +00:00
SteveSandersonMS
b28296f801 Fix aspnet-webpack-react, and simplify ReactSpa template to use it 2016-03-11 01:08:41 +00:00
SteveSandersonMS
294d898fd3 Simplify Angular 2 template to use aspnet-webpack etc. 2016-03-11 01:01:42 +00:00
SteveSandersonMS
dfc2f9503b Simplify KnockoutSpa template using new aspnet-webpack package 2016-03-11 00:35:18 +00:00
SteveSandersonMS
b519e58fc5 Simpler use of attribute routing 2016-03-08 18:15:09 +00:00
SteveSandersonMS
11d4873164 Demonstrate lazy-loading for Webpack-bundled KO components 2016-03-08 17:03:09 +00:00
SteveSandersonMS
25ba7986d8 Minor fixes to KO template (bundling config and menu styling) 2016-03-08 16:08:49 +00:00
SteveSandersonMS
515c659a47 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
SteveSandersonMS
bbdbb449d5 Initial KnockoutSpa template 2016-03-08 12:16:22 +00:00
SteveSandersonMS
7d7e974b5f Add templates projects to .sln file 2016-03-08 09:57:36 +00:00
SteveSandersonMS
139f26726a Add a load of .xproj files 2016-03-07 16:27:13 +00:00
SteveSandersonMS
6b41e12830 Add missing reference to Bootstrap script 2016-03-07 15:33:04 +00:00
SteveSandersonMS
c44ceebc12 Enable server-side prerendering in React+Redux template 2016-03-07 15:11:13 +00:00
SteveSandersonMS
cf7a519919 Working React+Redux template 2016-03-07 14:32:36 +00:00
SteveSandersonMS
ec9337754f Beginning React+Redux template as a direct copy of the React one 2016-03-07 10:20:31 +00:00
SteveSandersonMS
3ab3a1bf5f Make WebApplicationBasic consistent with other templates 2016-03-01 16:27:20 +00:00
SteveSandersonMS
b797c9cc1a In all the app templates, load and execute the Bootstrap JS code 2016-03-01 16:26:05 +00:00
SteveSandersonMS
0167d5ca3f 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