-
Notifications
You must be signed in to change notification settings - Fork 102
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 #71
Comments
I've gotten to a point where I'm at least getting errors shown in the TypeScript of Vue3 when I run Sources:
Steps:
# In ./frontend:
vue add vue-next # switches to Vue3
vue add typescript # choose defaults to convert all JS to TS
npm install -g npm@latest # fixes error as seen in https://github.com/m-muhsin/celestial/issues/9
# Also of help for the above could be to run the following to reset the node modules and package-lock.json
rm -rf node_modules package-lock.json && npm install
npm i -g @vue/compiler-sfc At this point when I run |
I'm considering moving to other options at the moment, but again talking about the above would be helpful. |
Greetings, are you considering switching to Vue 3 in the near future?
The text was updated successfully, but these errors were encountered: