|
| 1 | +{ |
| 2 | + "scriptName": "BlazorOcticons", |
| 3 | + "steps": |
| 4 | +[ |
| 5 | + {"typeStep":"exec","arg":"clipchamp.exe launch"}, |
| 6 | + {"typeStep":"text","arg": "Welcome to Roslyn Examples"}, |
| 7 | + {"typeStep":"text","arg":"If you want to see more examples , see List Of RSCG"}, |
| 8 | + {"typeStep":"browser","arg":"https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG"}, |
| 9 | + {"typeStep":"text","arg": "My name is Andrei Ignat and I am deeply fond of Roslyn Source Code Generator. "}, |
| 10 | + |
| 11 | +{"typeStep":"text","arg": "Today I will present BlazorOcticons . Generates Blazor components for GitHub Octicons SVG icons or from svg.Easily integrate GitHub Octicons into your Blazor applications. ."}, |
| 12 | +{"typeStep":"browser","arg":"https://www.nuget.org/packages/BlazorOcticons/"}, |
| 13 | +{"typeStep":"text","arg": "The whole example is here"}, |
| 14 | +{"typeStep":"browser","arg":"https://ignatandrei.github.io/RSCG_Examples/v2/docs/BlazorOcticons"}, |
| 15 | +{"typeStep":"text","arg": "You can download the code from here"}, |
| 16 | +{"typeStep":"browser","arg":"https://ignatandrei.github.io/RSCG_Examples/v2/docs/BlazorOcticons#download-example-net--c-"}, |
| 17 | +{"typeStep":"text","arg":"Here is the code downloaded "}, |
| 18 | +{"typeStep":"exec","arg":"explorer.exe /select,D:\\gth\\RSCG_Examples\\v2\\Generator.sln"}, |
| 19 | +{"typeStep":"text","arg": "So , let's start the project with Visual Studio Code "}, |
| 20 | +{"typeStep":"stepvscode","arg": "-n D:\\gth\\RSCG_Examples\\v2"}, |
| 21 | + |
| 22 | +{"typeStep":"text","arg": "To use it ,you will put the Nuget BlazorOcticons into the csproj "}, |
| 23 | + |
| 24 | +{"typeStep":"stepvscode","arg": "-r -g D:\\gth\\RSCG_Examples\\v2\\rscg_examples\\BlazorOcticons\\src\\BlazorDemo\\BlazorDemo.csproj"}, |
| 25 | + |
| 26 | +{"typeStep":"text","arg": "And now I will show you an example of using BlazorOcticons"}, |
| 27 | + |
| 28 | +{"typeStep":"hide","arg": "now execute the tour in VSCode"}, |
| 29 | +{"typeStep":"tour", "arg": "src/.tours/"}, |
| 30 | +{"typeStep":"text","arg":" And I will execute the project"}, |
| 31 | +{"typeStep":"showproj", "arg":"BlazorDemo.csproj"}, |
| 32 | +{"typeStep":"text","arg":" This concludes the project"}, |
| 33 | +{"typeStep":"waitseconds","arg":"30"}, |
| 34 | +{"typeStep":"text","arg": "Remember, you can download the code from here"}, |
| 35 | +{"typeStep":"browser","arg":"https://ignatandrei.github.io/RSCG_Examples/v2/docs/BlazorOcticons#download-example-net--c-", |
| 36 | +SpeakTest=" "}, |
| 37 | +{"typeStep":"waitseconds","arg":"30"}, |
| 38 | +] |
| 39 | +} |
0 commit comments