Skip to content

haku-kiro/todolist_aspcore

Repository files navigation

todolist_aspcore

Asp.net core backend with vuejs frontend todo app, source code + tutorial found on: https://scotch.io/tutorials/build-a-secure-to-do-app-with-vuejs-aspnet-core-and-okta

Notes

  • This project uses an asp.net core vuejs starter template, found at: https://github.com/TrilonIO/aspnetcore-Vue-starter
  • Installed/ init'd using dotnet: (First command installs the template, second you run in the directory of your project)
dotnet new -i aspnetcore-vuejs

dotnet new vuejs
  • You run the project, server and frontend with,
dotnet run 

npm run dev

About

Asp.net core backend with vuejs frontend todo app, source code + tutorial found on: https://scotch.io/tutorials/build-a-secure-to-do-app-with-vuejs-aspnet-core-and-okta

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published