File tree Expand file tree Collapse file tree
MyApp/wwwroot/mjs/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default {
3232 </div>
3333 <div class="mb-2">
3434 <div class="flex justify-center text-center">
35- <a class="archive-url hover:no-underline netcoretemplates_empty " :href="zipUrl('NetCoreTemplates/blazor-vue')">
35+ <a class="archive-url hover:no-underline" :href="zipUrl('NetCoreTemplates/blazor-vue')">
3636 <div class="bg-white dark:bg-gray-800 px-4 py-4 mr-4 mb-4 rounded-lg shadow-lg text-center items-center justify-center hover:shadow-2xl dark:border-2 dark:border-pink-600 dark:hover:border-blue-600" style="min-width:150px">
3737 <div class="text-center font-extrabold flex items-center justify-center mb-2">
3838 <div class="text-4xl text-blue-400 my-3">
@@ -49,8 +49,7 @@ export default {
4949 </div>
5050 </section>
5151
52- <ShellCommand class="mb-2">dotnet tool install -g x</ShellCommand>
53- <ShellCommand class="mb-2">x new {{template}} {{project}}</ShellCommand>
52+ <ShellCommand class="mb-2">npx create-net {{template}} {{project}}</ShellCommand>
5453
5554 <h4 class="py-6 text-center text-xl">In <span class="font-semibold text-indigo-700">/MyApp</span>, Run Tailwind</h4>
5655 <ShellCommand class="mb-2">npm run ui:dev</ShellCommand>
You can’t perform that action at this time.
0 commit comments