Vuestic with Nuxt 3 #1165
wobsoriano
started this conversation in
Show and tell
Replies: 2 comments 5 replies
-
tried it but didn't work |
Beta Was this translation helpful? Give feedback.
4 replies
-
look this https://github.com/asvae/nuxt3-vuestic-ui import { createVuestic } from 'vuestic-ui'
import 'vuestic-ui/css'
export default defineNuxtPlugin(nuxtApp => {
const vuestic = createVuestic()
nuxtApp.vueApp.use(vuestic)
}) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You can use Vuestic with Nuxt 3 already:
First, create a file in your plugins folder:
Then in your
nuxt.config.ts
:Beta Was this translation helpful? Give feedback.
All reactions