aspnetcore-vue-typescript-template
aspnetcore-vue-typescript-template copied to clipboard
Template AspNetCore with Vue, Vue router, Vuex, TypeScript, Bulma, Sass and Jest
Just a heads up. I saw your previous #5 issue on HMR not working. I added the following to the Startup.Configure method. ` using Microsoft.AspNetCore.SpaServices.Webpack; ` ` app.UseWebpackDevMiddleware(new WebpackDevMiddlewareOptions {...
Let's say we have initial **webpack.config.js** where options of vue-loader specified as: ```json { test: /\.vue$/, loader: "vue-loader", options: { preserveWhitespace: false, loaders: { scss: "vue-style-loader!css-loader!sass-loader", // sass: "vue-style-loader!css-loader!sass-loader?indentedSyntax" //...
Bumps [css-what](https://github.com/fb55/css-what) from 2.1.2 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS See full diff in...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
Bumps [json5](https://github.com/json5/json5) to 2.2.2 and updates ancestor dependencies [json5](https://github.com/json5/json5), [babel-loader](https://github.com/babel/babel-loader), [css-loader](https://github.com/webpack-contrib/css-loader), [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin), [vue-loader](https://github.com/vuejs/vue-loader), [ts-loader](https://github.com/TypeStrong/ts-loader), [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin), [vue-style-loader](https://github.com/vuejs/vue-style-loader), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `json5` from 2.1.3...
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [json5](https://github.com/json5/json5) and [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin). These dependencies need to be updated together. Updates `json5` from 2.1.3 to 2.2.3 Release notes Sourced from json5's...