TrilonIO / aspnetcore-Vue-starter

*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.22k stars 266 forks source link

Suggested updates for asp.net core 2.2 #118

Open deedubb opened 5 years ago

deedubb commented 5 years ago

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.

deedubb commented 5 years ago

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.