Releases: danijelh/aspnetcore-vue-typescript-template
Releases · danijelh/aspnetcore-vue-typescript-template
v2.0.0
Major release, .NET Core 3 & Vue 3 composition API
- .NET project updated to .NET Core 3.1
- Updated frontend packages (package.json)
- Updated and simplified webpack.config.js
- Added example of using Vue 3 composition API with Vue 2
v1.0.1
Servicing update
- Updated frontend packages
- Update webpack.config.js to comply with new version of packages
v1.0.0
Production ready release
- Improved support for fonts and images
- Added automatic reading of app.js or app.ts entry point file
v0.3.1
Fixed
- #3 - Fixed broken dependency in package-lock.json
v0.3.0 - Servicing update
- .NET framework version updated to 2.2
- Updated NPM packages
- Added Optimize CSS assets plugin
v0.2.0
- Added module without TypeScript
- SPA routing synced with .NET app route to avoid collision on page refresh
- Packages updated to the latest stable version
- Updated readme