Commit Graph

1064 Commits

Author SHA1 Message Date
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
4a0e4bdf1a Rename Microsoft.AspNet.* packages folders to Microsoft.AspNetCore.* 2016-05-02 13:13:49 -07:00
SteveSandersonMS
5a705f6dd6 Fix server-side prerendering in Angular 2 Music Store sample on RC2 2016-05-02 13:13:48 -07:00
SteveSandersonMS
e898ac974a Update React Music Store to RC2 2016-05-02 13:13:48 -07:00
SteveSandersonMS
1f7ec8e4bf Update ReactGrid example to RC2 2016-05-02 13:13:48 -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
d19c0d7c16 Fix frameworks/dependencies in src projects 2016-05-02 13:13:47 -07:00
SteveSandersonMS
ba7125b000 Further steps towards Angular 2 Music Store on RC2 2016-05-02 13:13:47 -07:00
SteveSandersonMS
507c4326ff Incomplete work on migrating Angular 2 Music Store sample to ASP.NET Core 1.0 RC2 2016-05-02 13:13:47 -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
20fd7bc78d Update ASP.NET build scripts 2016-05-02 13:10:09 -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
f798f308f3 Update redux-typed to match latest third-party .d.ts files for React and Redux 2016-05-02 11:17:26 -07:00
SteveSandersonMS
5e92ec0bee Lock preboot dependency on 2.0.5, because newer version fails if you don't have 'typings' installed globally (which I guess is a bug) 2016-05-02 11:02:35 -07:00
Steve Sanderson
e315bd2c28 Merge pull request #57 from laskoviymishka/unshift-issue
Fix issue: entry.main.unshift is not a function Closes #56
2016-05-02 10:54:54 -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
Andrei Tserakhau
754e32b604 Fix Webpack default entry issue: webpackConfig.entry.main.unshift is not a function
Closes #56
2016-04-29 14:05:50 +03: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
Steve Sanderson
5534f1bd54 Merge pull request #45 from code4aman/patch-1
fix typo in README.md
2016-04-28 11:16:00 +01:00
Steve Sanderson
cf9d109876 Merge pull request #50 from tzachov/patch-2
Use "nameof" instead of string
2016-04-28 11:14:46 +01:00
SteveSandersonMS
7b53e4aa55 Update Angular 2 Music Store sample to latest Angular2/angular-universal and make HTTP requests work during server-side prerendering 2016-04-21 11:59:01 +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
tzachov
5a18287009 Use "nameof" instead of string 2016-04-18 00:04:09 +03: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
Aman Kubanychbek
8ad5fdceb4 fix typo in README.md 2016-04-11 00:02:44 +06:00
SteveSandersonMS
fa2b56fafd Remove deprecated Angular/React-specific prerendering code, since both are now handled by 'asp-pretender-module' in SpaServices 2016-04-08 14:01:15 +01:00
SteveSandersonMS
18a165d6f4 Update Angular 2 Music Store sample to latest Angular 2 and other dependencies. Switch from asp-ng2-prerender-module to the more general asp-prerender-module. 2016-04-08 13:54:41 +01:00
SteveSandersonMS
532da3de9f Update to latest Angular 2 and bump version to 0.0.5 2016-04-08 13:30:09 +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
033a42ab42 Update Webpack sample to use aspnet-webpack package 2016-03-31 15:56:39 +01:00