|
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 |
Answered by
miuseik
Jan 20, 2025
Replies: 1 comment
|
I implemented it in the most primitive way by introducing CDN, |
0 replies
Answer selected by
miuseik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 }]