-
Notifications
You must be signed in to change notification settings - Fork 24
vue next cli guidance #18
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
Comments
Maybe I should link @posva here as well? |
If I try only babel, router and linting I still get an issue running:
|
Ok so @posva updated router to alpha.6 and that has sorted the markNonReactive issue - and after removing the replace the shims with the following, taken from #7 (comment) declare module '*.vue' {
import { ComponentOptions } from 'vue'
var component: ComponentOptions
export default component
} |
Having the same issue tying out Vue 3. Created a new project via the vue cli with everything selected:
when I run the server I get the following errors out of the box:
Please Advise. Thank you |
In order to get it to build I had to disable both the unit test and remove |
it would be very helpful if any one has an actual running Vue 3 (3.0.0-beta.14) as the vue-cli-plugin-vue-next plugin is really not working. It would be helpful to point which Typescript version is supported. |
After modifying the components and the router stuff the cli template should pretty much work. Have you tried https://github.com/vitejs/vite ? |
@mika76 ありがとう! vote looks interesting, opinionated tools tend to work better. |
I got the unit testing and Vue Router working, it's just that the APIs have changed slightly. I opened #32 for changing the default router imports, and then I need to figure out what exactly changed with the test-utils API for the default jest test. |
@tdowdle
I don't have any ideas how to fix this propsData issue. Please help :D |
@tdowdle @StanleeLOD I changed |
Vue 3 support available in Vue CLI 4.5 (current under the https://github.com/vuejs/vue-cli/releases/tag/v4.5.0 |
frustrated with vue js after upgrading to vue 3 . This is very poor on the developers of vue js part. Broken changes and insufficient documentation. |
I just wanted to open this up more for guidance on trying the vue next cli if someone can help me.
Steps
doing the following:
That gives issues with router:
and shims:
Questions
The text was updated successfully, but these errors were encountered: