aspnetcore-Vue-starter
aspnetcore-Vue-starter copied to clipboard
*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
Hi, I came across the closed ticket at [https://github.com/MarkPieszak/aspnetcore-Vue-starter/issues/102](url) but it seems to be actual again. I am trying to create a template project for Asp.Net Core and Vue of...
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...
This will help us stay up-to-date with Vue, and let people not have to configure their own Webpack setup. - [ ] Update to use Vue-CLI - [ ] Upgrade...
Trying to use https://github.com/greyby/vue-spinner but keep getting error in ./~/vue-spinner/src/PulseLoader.vue Module parse failed: C:\Source\node_modules\vue-spinner\src\PulseLoader.vue Unexpected token (1:0) You may need an appropriate loader to handle this file type. | |...
It is begginer question. Trying to build and run in dev mode but failed. I added this script `"build:dev": "cross-env NODE_ENV=development webpack --progress",` and build it, all goes fine. Really...
I am currently experiencing an issue with this setup. I am trying to using vue2-google-maps to use goolemaps auto-fill as well as maps. unfortunately, when I include the npm package...
Cannot use navbar style anywhere else as the css overrides it. ie try adding a bootstrap navbar at the top of the page. Can you update the CSS so it's...
I have just a very simple form: ` Account number Summ {{ errors.first('ammount') }} Submit ` My send method looks like: processForm2() { var x = this.accnbr; var y =...
I added this to my application using your template as a starter, it was very easy following the guidance at: https://fullstackmark.com/post/10/user-authentication-with-angular-and-asp-net-core I think the template should include this, as everyone...