Skip to content

Commit 67f01f8

Browse files
committed
added zip
1 parent 38cf843 commit 67f01f8

6 files changed

Lines changed: 122 additions & 11 deletions

File tree

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
2+
<h1>RSCG nr 213 : Blazor.TSRuntime</h1>
3+
4+
<h2>Info</h2>
5+
Nuget : <a href="https://www.nuget.org/packages/Blazor.TSRuntime/" target="_blank">https://www.nuget.org/packages/Blazor.TSRuntime/</a>
6+
7+
<p>You can find more details at : <a href="https://github.com/BlackWhiteYoshi/Blazor.TSRuntime" target="_blank"> https://github.com/BlackWhiteYoshi/Blazor.TSRuntime</a></p>
8+
9+
<p>Author :Black White Yoshi</p>
10+
11+
<p>Source: <a href="https://github.com/BlackWhiteYoshi/Blazor.TSRuntime" target="_blank">https://github.com/BlackWhiteYoshi/Blazor.TSRuntime</a> </p>
12+
13+
<h2>About</h2>
14+
15+
Generating C# Code for Blazor from javascript files
16+
17+
<h2>
18+
How to use
19+
</h2>
20+
<h3>
21+
Add reference to the <a href="https://www.nuget.org/packages/Blazor.TSRuntime/" target="_blank">Blazor.TSRuntime</a> in the csproj
22+
</h3>
23+
<img src="images/Blazor.TSRuntime/BlazorData.csproj.png" width="580" height="580" />
24+
25+
<h3>This was for me the <b>starting</b> code</h3>
26+
27+
<br />
28+
I have <b>coded</b> the file Program.cs
29+
<br />
30+
<img src="images/Blazor.TSRuntime/csFiles/Program.cs.png" width="580" height="580" />
31+
<hr />
32+
33+
<br />
34+
I have <b>coded</b> the file tsruntime.json
35+
<br />
36+
<img src="images/Blazor.TSRuntime/csFiles/tsruntime.json.png" width="580" height="580" />
37+
<hr />
38+
39+
<br />
40+
I have <b>coded</b> the file Home.razor
41+
<br />
42+
<img src="images/Blazor.TSRuntime/csFiles/Home.razor.png" width="580" height="580" />
43+
<hr />
44+
45+
<br />
46+
I have <b>coded</b> the file Home.razor.js
47+
<br />
48+
<img src="images/Blazor.TSRuntime/csFiles/Home.razor.js.png" width="580" height="580" />
49+
<hr />
50+
<h3>And here are the <i>generated</i> files</h3>
51+
52+
<br />
53+
The file <i>generated</i> is ITSRuntime_bootstrap.g.cs
54+
<br />
55+
<img src="images/Blazor.TSRuntime/generated/ITSRuntime_bootstrap.g.cs.png" width="580" height="580" />
56+
57+
<br />
58+
The file <i>generated</i> is ITSRuntime_bootstrap_bundle.g.cs
59+
<br />
60+
<img src="images/Blazor.TSRuntime/generated/ITSRuntime_bootstrap_bundle.g.cs.png" width="580" height="580" />
61+
62+
<br />
63+
The file <i>generated</i> is ITSRuntime_bootstrap_bundle_min.g.cs
64+
<br />
65+
<img src="images/Blazor.TSRuntime/generated/ITSRuntime_bootstrap_bundle_min.g.cs.png" width="580" height="580" />
66+
67+
<br />
68+
The file <i>generated</i> is ITSRuntime_bootstrap_esm.g.cs
69+
<br />
70+
<img src="images/Blazor.TSRuntime/generated/ITSRuntime_bootstrap_esm.g.cs.png" width="580" height="580" />
71+
72+
<br />
73+
The file <i>generated</i> is ITSRuntime_bootstrap_esm_min.g.cs
74+
<br />
75+
<img src="images/Blazor.TSRuntime/generated/ITSRuntime_bootstrap_esm_min.g.cs.png" width="580" height="580" />
76+
77+
<br />
78+
The file <i>generated</i> is ITSRuntime_bootstrap_min.g.cs
79+
<br />
80+
<img src="images/Blazor.TSRuntime/generated/ITSRuntime_bootstrap_min.g.cs.png" width="580" height="580" />
81+
82+
<br />
83+
The file <i>generated</i> is ITSRuntime_Core.g.cs
84+
<br />
85+
<img src="images/Blazor.TSRuntime/generated/ITSRuntime_Core.g.cs.png" width="580" height="580" />
86+
87+
<br />
88+
The file <i>generated</i> is ITSRuntime_Home.g.cs
89+
<br />
90+
<img src="images/Blazor.TSRuntime/generated/ITSRuntime_Home.g.cs.png" width="580" height="580" />
91+
92+
<br />
93+
The file <i>generated</i> is TSRuntime.g.cs
94+
<br />
95+
<img src="images/Blazor.TSRuntime/generated/TSRuntime.g.cs.png" width="580" height="580" />
96+
97+
<br />
98+
The file <i>generated</i> is TSRuntime_ServiceExtension.g.cs
99+
<br />
100+
<img src="images/Blazor.TSRuntime/generated/TSRuntime_ServiceExtension.g.cs.png" width="580" height="580" />
101+
102+
<p>
103+
You can download the code and this page as pdf from
104+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/Blazor.TSRuntime'>
105+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/Blazor.TSRuntime
106+
</a>
107+
</p>
108+
109+
110+
<p>
111+
You can see the whole list at
112+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG'>
113+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG
114+
</a>
115+
</p>
116+

v2/book/list.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</head>
1818
<body>
1919
<h1>
20-
This is the list of 212 RSCG with examples =>
20+
This is the list of 213 RSCG with examples =>
2121
</h1>
2222

2323
<table >
@@ -874,6 +874,10 @@ <h1>
874874
<td>212</td>
875875
<td><a href="examples/StackXML.html">StackXML</a></td>
876876
</tr>
877+
<tr>
878+
<td>213</td>
879+
<td><a href="examples/Blazor.TSRuntime.html">Blazor.TSRuntime</a></td>
880+
</tr>
877881
</table>
878882

879883

v2/book/pandocHTML.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ input-files:
226226
- examples/AssemblyVersionInfo.html
227227
- examples/ShadowWriterNullobjects.html
228228
- examples/StackXML.html
229+
- examples/Blazor.TSRuntime.html
229230

230231
# or you may use input-file: with a single value
231232
# defaults:

v2/rscg_examples_site/docs/Categories/35.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

v2/rscg_examples_site/docusaurus.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ const config = {
5151
sidebarPath: './sidebars.js',
5252
// Please change this to your repo.
5353
// Remove this to remove the "edit this page" links.
54-
editUrl:
55-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
5654
},
5755
blog: {
5856
showReadingTime: true,
1.45 MB
Binary file not shown.

0 commit comments

Comments
 (0)