aspnetcore-Vue-starter
aspnetcore-Vue-starter copied to clipboard
Suggested updates for asp.net core 2.2
Updates to packages to get rid of errors/warnings on npm install "babel-loader": "^7.1.5", "extract-text-webpack-plugin": "^3.0.2", "jquery": "^3.3.1", "url-loader": "^1.1.2", "sass-loader": "^7.1.0", "webpack": "^3.12.0",
"dotnet run" worked at starting the server but several files resulted in a 404 and the page didn't load. "npm run dev" worked great.
The link to the api fetch data sample is updated in the navbar but not the home page
Thank you for this example.
Feature request: an example with the authentication parts done.