No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Integration Net Core 2.2, Vue, Quasar. Launch in IIS.

    Help
    1
    1
    229
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      Vladislav B. last edited by

      Hi,
      Project structure:alt text

      — Integration Net Core 2.2 - Vue
      MS Visual Studio

      1. Create a project. Template Net Core - React
      2. Delete the folder - clientapp
      3. Vue Cli - create a vue project -clientapp
      4. Startup.cs:
      • add: using VueCliMiddleware;
      • change:
        configuration.RootPath = “ClientApp/build” -> configuration.RootPath = “ClientApp/dist”;
      • change:
        spa.UseReactDevelopmentServer(npmScript: “start”); -> spa.UseVueCli(npmScript: “start”);

      Done. We start the project.

      Question: how to integrate Net Core 2.2 and Quasar (CLI)?

      Thanks!

      1 Reply Last reply Reply Quote 0
      • First post
        Last post