BayBreezy / vuetify3-nuxt3-sass-customized

Template to get you up and running with Nuxt 3 & Vuetify 3

Home Page:https://v3customized.behonbaker.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customize Nuxt 3 + Vuetify 3 SASS Variables

Desktop

Thanks to Mohammad Hosein Feizi for the temporary solution provided here Github link. The Errors are now gone from the console

Demo

Demo can be found here https://v3customized.behonbaker.com/

# The code that helped

  • Create a Nitro plugin at server/plugins/vuetify.fix.ts

  • Add this to the plugin

export default defineNitroPlugin((nitroApp) => {
	nitroApp.hooks.hook("render:response", (response: any) => {
		response.body = response.body.replaceAll("/_nuxt/\0", "/_nuxt/");
	});
});

About

Template to get you up and running with Nuxt 3 & Vuetify 3

https://v3customized.behonbaker.com/


Languages

Language:Vue 63.0%Language:TypeScript 34.2%Language:SCSS 2.8%