GithubHelp home page GithubHelp logo

based-ghost / aspnet-core-vue-vuex-playground-template Goto Github PK

View Code? Open in Web Editor NEW
27.0 27.0 8.0 4.27 MB

SPA template built with ASP.NET Core 5.0 + Vue + Vuex + TypeScript + Hot Module Replacement (HMR)

License: MIT License

TypeScript 32.72% Vue 24.97% C# 17.64% HTML 1.63% JavaScript 4.19% SCSS 18.84%
aspnetcore csharp dashboard-templates dotnet healthchecks netcore5 nswag signalr spa-template typescript vue vue-snotify vue-styled-components vue-vuex vuex vuex-module-decorators

aspnet-core-vue-vuex-playground-template's Introduction

Howdy ย ๐Ÿ‘‹๐Ÿค 

  • โšก ย Technical background: Full-stack .NET developer (client-side: React, Vue, Angular, or Svelte)

  • ๐Ÿ”ญ ย Current hobby: Data privacy & security, OSINT, ethical hacking

  • ๐Ÿ“ซ ย Reach me at: [email protected]

aspnet-core-vue-vuex-playground-template's People

Contributors

based-ghost avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

aspnet-core-vue-vuex-playground-template's Issues

Any plans on upgrading to vue3?

Hey,
i was wondering if you have any plans to upgrade the project to vue3 in the near future?
I am interested in how vue3 will change your project.
It is a great project by the way - kudos

Any plans to include Google sign-in integration?

I'd like to use this exact stack for a personal project, but haven't been able to get vue + .net core API + google sign-in working. Any plans to add this? Or any useful hints?

Be that as it may, thanks for this great repo.

Swagger Supporting UI Files Not Loading

Hello,

When I cloned your project I found the UI never displayed in http://localhost:52530/docs/index.html?url=/docs/api-specification.json due to UseSpaStaticFiles.

I found changing the Startup.cs to call UseSwaggerUi3 before UseSpaStaticFiles resolved the problem:

       app.UseStaticFiles();
        // Register the Swagger generator and the Swagger UI middlewares
        // NSwage.MsBuild + adding automation config in GhostUI.csproj makes this part of the build step (updates to API will be handled automatically)
        app.UseOpenApi();
        app.UseSwaggerUi3(settings =>
        {
            settings.Path = "/docs";
            settings.DocumentPath = "/docs/api-specification.json";
        });

        app.UseSpaStaticFiles();
        app.UseRouting();

Not sure if that's the best workaround, but it worked.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.