Skip to content

lumite-studios/nuxt3-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nuxt3-plugins

A personal list of packages that I've managed to get working as nuxt3 plugins.

Notes

  • If you are using Laravel Homestead and HMR is not working add the below to the nuxt.config.ts:
vite: {
	server: {
		watch: {
			usePolling: true
		}
	}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published