Skip to content

Vuero and Vite

Vuero uses Vite, which is a web development build tool that supports:

Under the hood, when running pnpm dev, it runs vite.

To learn more about this awesome tool made by the vue core team, check https://vitejs.dev. You will learn to:

  • Add PostCSS pre-processors
  • Integrate JSX
  • Implement fancy Web Assembly code
  • Add new asset path aliases
  • And much more

Vite plugins in Vuero

PluginUsage
@vitejs/plugin-vueInject vue library and allow SFC files to work (*.vue)
@intlify/vite-plugin-vue-i18nDoes i18n resources pre-compilation / optimizations
unplugin-vue-routerGenerate routes based on file system
since v2.4.0
unplugin-auto-importAuto-Import modules
since v2.4.0
vite-plugin-vuero-docInternal Vite plugin that load markdown files as vue components
unplugin-vue-components/viteAutoloading vue components
vite-plugin-purge-iconsAutoloading icones from multiples providers
unplugin-fontsInject webfonts from different providers
vite-plugin-radarInject snippets from analytics providers
vite-plugin-pwaGenerate manifest.json and register services worker to enable PWA
rollup-plugin-purgecssPurge CSS rules that are not used in the bundle
vite-plugin-imageminOptimize all images sizes in dist folder
@unhead/addons/viteOptimize Unhead usage
since v2.8.0

All Rights Reserved