Steve Sanderson
|
3e30655ea4
|
Low-level NavLink implementation
|
2018-02-22 15:03:49 +00:00 |
Steve Sanderson
|
78a19c07e9
|
In RazorCompiler, allow HTML comments
|
2018-02-21 10:22:03 +00:00 |
Steve Sanderson
|
fd5875c5e7
|
Replace "About" with "Counter". Move navigation links into NavMenu. Doesn't highlight active page yet though.
|
2018-02-21 10:22:03 +00:00 |
Steve Sanderson
|
7370d748c6
|
Initial, minimal BrowserRouter implementation. No config besides subclassing yet.
|
2018-02-21 10:22:03 +00:00 |
Steve Sanderson
|
608da4c78b
|
Specifying entrypoint: Add tests and other stylistic tweaks
|
2018-02-19 14:22:03 +00:00 |
Eugene Bekker
|
1653e56b98
|
Adding ability to qualify the entry point of the main assembly
|
2018-02-19 14:11:25 +00:00 |
Steve Sanderson
|
96c6d959c0
|
Add simple NavMenu to StandaloneApp
|
2018-02-16 16:04:49 +00:00 |
Steve Sanderson
|
11bb8eaa6d
|
Add bootstrap resources to StandaloneApp sample
|
2018-02-16 15:58:22 +00:00 |
Steve Sanderson
|
f6d6714251
|
Serve static content from wwwroot
|
2018-02-16 15:56:22 +00:00 |
Steve Sanderson
|
69498f68f9
|
Add LayoutDisplay component and use it in StandaloneApp
|
2018-02-16 15:04:57 +00:00 |
Steve Sanderson
|
2ebfddc237
|
Switch client apps to netstandard2.0 to fix type load errors
Do a "git clean -xdf" on your local copy if you get runtime errors after
updating to this.
|
2018-02-15 10:20:31 +00:00 |
Eugene Bekker
|
b38718d77f
|
Require <script type="blazor-boot"> to define script injection location
|
2018-02-12 21:49:27 +00:00 |
Dmitry Dizhevskiy
|
d6d7a5b1c5
|
replaced backslashes with common slashes
|
2018-02-10 20:15:51 +00:00 |
Steve Sanderson
|
e37e22aa27
|
Further renderer refactoring
|
2018-02-10 10:55:44 +00:00 |
Steve Sanderson
|
0aa164073d
|
Rename Microsoft.Blazor.* -> Microsoft.AspNetCore.Blazor.* everywhere
|
2018-01-24 15:48:38 -08:00 |
Steve Sanderson
|
a64ece0319
|
In RazorCompiler, support HTML elements
|
2018-01-16 11:36:55 +00:00 |
Steve Sanderson
|
604aa14518
|
Use Razor component in StandaloneApp sample
|
2018-01-15 23:11:54 +00:00 |
Steve Sanderson
|
3ccdc1d16f
|
Begin integrating with real Razor compiler
|
2018-01-14 16:37:01 +00:00 |
Steve Sanderson
|
3f522ab216
|
Begin ability to have .cshtml files in Blazor apps
|
2018-01-11 11:11:47 +00:00 |
Steve Sanderson
|
04f9c476a8
|
Update StandaloneApp to render a component. Remove some redundant code.
|
2018-01-09 13:45:15 +00:00 |
Steve Sanderson
|
a4b85ddf53
|
Split BuildTools into "Build" (for end-user app builds) and "BuildTools" (for building this repo only)
|
2017-12-14 15:32:28 +00:00 |
Steve Sanderson
|
7390af1681
|
Make the BuildTools project consumable either as a NuGet package or locally by importing a .proj
|
2017-12-13 11:10:41 +00:00 |
Steve Sanderson
|
d0096ec78e
|
On build, emit <clientproject>.blazor.config to the output dir - transitively into host projects too
|
2017-12-12 17:18:35 +00:00 |
Steve Sanderson
|
c4fea86603
|
Inject blazor.js script tag (with all references) automatically
|
2017-12-12 00:36:09 +00:00 |
Steve Sanderson
|
aff369e86d
|
Improve assembly resolution. Standalone hosting now works again.
|
2017-12-11 21:06:37 +00:00 |
Steve Sanderson
|
4b247e8050
|
Make ReferencedAssemblyFileProviderTest more useful
|
2017-12-11 16:11:13 +00:00 |
Steve Sanderson
|
4618edead4
|
Rename BlazorStandalone sample to StandaloneApp for consistency
|
2017-12-08 17:36:29 +00:00 |