Skip to content

Releases: richardevcom/vue3-boilerplate

v1.1.1 (stable)

26 Jul 10:35
Compare
Choose a tag to compare

✨ Added Tailwind CSS intellisense extension suggestion
🚚 fixed Vite config for development environment
♻️ Refactored most of the code (switched to single quotes)
📝 Updated README *duh
✨ Added new index.html structure with social friendly SEO & theme colors
✨ Added jsconfig.json (not sure why previous version didn't had it)
🚚 Switched to main.scss with sass support
⬆️ Updated version
🚚 Switched to ESM for Vite configuration

What's Changed

  • add nodejs version dependency to README.md by @dskvr in #4

New Contributors

  • @dskvr made their first contribution in #4

Full Changelog: https://github.com/richardevcom/vue3-boilerplate/commits/v1.1.1

v1.0.8 (stable)

17 Sep 14:50
Compare
Choose a tag to compare

Added:

  • CSS Nano (configured to run only on production env)
  • CSS Purge

Fixed:

  • Lint configuration

Packages updated to latest versions

v1.0.5

11 Aug 13:58
Compare
Choose a tag to compare
  • Added SASS

v1.0

02 Aug 16:03
Compare
Choose a tag to compare
🎉 v1.0 initialized