-
Thank you to the author for providing such a great library. I am using nuxt3+vite, but after installing it using "npm install @ codeline/aphtab", I cannot use it directly. I saw in the documentation that vite needs to be configured, but I cannot find the configuration location in "nuxt. config. ts". There are some differences in the configuration between nuxt3 and vue, and I need help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I implemented it in the most primitive way by introducing CDN, |
Beta Was this translation helpful? Give feedback.
I implemented it in the most primitive way by introducing CDN,
script: [ { src: 'https://cdn.jsdelivr.net/npm/@coderline/alphatab@latest/dist/alphaTab.js', defer: true }]