-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use snow-effect without CDN #1
Comments
This one work with two small files, one js and one css. You can download and run from local. |
For now, I haven’t tested using it without a CDN in a project that isn’t based on a framework. What stack are you using? |
I'm using Nuxt, but had issues while deploying it using Vercel and your Nuxt module. |
Did you check the Nuxt module plugin file? https://github.com/le-pepe/nuxt-snow-effect/blob/main/src/runtime/plugin.client.ts Try creating the plugin, then use the following in your component or page:
Also, remember to add the custom element configuration in nuxt.config. |
I would like to use the module without a CDN, could you extend the documentation on how to do this?
Using a CDN can become quite a large supply chain vulnerability vector.
The text was updated successfully, but these errors were encountered: