-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Description
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:
~ vue create vue3
# select only typescript, router (no history mode) and linting + prettier (no class type)
~ cd vue3
~ vue add vue-next
~ npm run serve
That gives issues with router:
"vue3/node_modules/vue-router/dist/vue-router"' has no exported member 'RouteConfig'.
> 1 | import { RouteConfig, createRouter, createWebHashHistory } from "vue-router";"
and shims:
vue3/src/shims-tsx.d.ts(8,40):
8:40 Cannot use namespace 'Vue' as a type.
6 | interface Element extends VNode { }
7 | // tslint:disable no-empty-interface
> 8 | interface ElementClass extends Vue { }
| ^
Questions
- Does this currently support typescript?
- If so what changed need to be made to get it up an running?
tonytomk, tdowdle-aicradle and wizardnet972
Metadata
Metadata
Assignees
Labels
No labels