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
    1. Home
    2. Vladislav B.
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Groups 0

    Vladislav B.

    @Vladislav B.

    0
    Reputation
    5
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Vladislav B. Follow

    Latest posts made by Vladislav B.

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

      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!

      posted in Help
      V
      Vladislav B.