kindly
kindly
DDeno
Created by kindly on 8/3/2024 in #help
Vue example doesn't work out of the box
It doesn't seem to be exactly the same issue. My attempt fully works at runtime, but typechecking doesn't when it comes to importing the .vue file
9 replies
DDeno
Created by kindly on 8/3/2024 in #help
Vue example doesn't work out of the box
Yes. My steps are as follows (just retried today): - deno run --allow-read --allow-write --allow-env npm:create-vite-extra@latest - Enter project name, select deno-vue, TypeScript - cd vite-project - deno task dev: vite runs OK - code . - Open src/main.ts -> The two type errors above Attempted fixes: - deno add npm:vue npm:vite npm:@vitejs/plugin-vue: This fixes import { createApp } from "vue";, but not import App from "./App.vue"
9 replies
DDeno
Created by kindly on 8/3/2024 in #help
Vue example doesn't work out of the box
Up, if anyone has an idea on how to get this working
9 replies