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
Are there any plans for Typescript support? It would be great, to have static type checking, while working on complex projects with this template.
I am attempting to upgrade my app to Core 3 and am running into [this](https://github.com/aspnet/AspNetCore/issues/12890) issue.
If I had a little more experience with Git and Webpack I would fork and try myself. I am able to get Vuetify and its requirements imported but the styling...
Hello, I've successfully created new projects from this template in the past. I just tried creating a new project again, and without any changes whatsoever, just trying to run according...
Hello, Line 14 of the webpack.config.js publishes the css as style.css. However the webapp expects site.css. To fix this I had to fix line 14 to publish the .css as...
adaptation of the project for asp core 3.0 with hot reload by Westwind.AspnetCore.LiveReload,because hot reload from asp core 2.2 stopped working
When using current lint settings in packages.json, eslint fails if there is no json file inside ClientApp folder. Correct way would be: ``` "lint": "eslint -c ./.eslintrc.js \"ClientApp/**/*.{js,vue,json}\" webpack*.js", ```
Hi Mark, I love this repo. I have a question for you. Will you upgrade this repo to have TypeScript capability? and the other features such as SignalR etc that...
How can I use HtmlWebpackPlugin to have a new version of HTML and read all assets with hash in their name?