Skip to content
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

Vue 3 demo #33

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Vue 3 demo #33

wants to merge 7 commits into from

Conversation

davay42
Copy link

@davay42 davay42 commented Mar 8, 2023

Hi! I'm trying to adopt Amy at my https://chromatone.center web-site and here's my first move - a Vue 3 version of the web demo of the synth.

Yes, it's loading much slower because I use the whole Vue and VueUse libs loaded from a CDN, but when it's built all the unused code will be treeshaken and the final app can be quite light and fast.

@octetta
Copy link
Contributor

octetta commented Mar 9, 2023

chromatone is super cool!

</head>

<body>
<button id="Start">start AMY!</button>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<button id="Start">start AMY!</button>
<button id="Start">Start AMY!</button>

</head>

<body>
<button id="Start">start AMY!</button>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<button id="Start">start AMY!</button>
<button id="Start">Start AMY!</button>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants