Clear documentation to setup non-TS project #320
-
Hi! Firstly, thank you for your works for creating such a great extension. Secondly, I am not sure if it was an issue of this extension or is it just lack of documentation how to setup a non-TS project. as stated in the readme:
I assume that this extension is mainly focus to bring great TypeScript support, but not really for non-TS one. Why? Type hoverHere I just created 2 projects using $> npm init @vitejs/app vite-app --template vue && cd vite-app && pnpm install
$> cd ..
$> npm init @vitejs/app vite-app-ts --template vue-ts && cd vite-app && pnpm install
$> cd ..
$> cp vite-app-ts/tsconfig.json vite-app/jsconfig.json Take a look at MonorepoAnother issue I had is, for some reason it keep showing this message every time I opened a (monorepo) project where the vue app placed on The issue still remain even after I add So
InfoOS : Win 10 Home x64 10.0.19043 Thank you in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @feryardiant, regarding the goals of this project, you can see #168. You can understand it as close to the native TS development experience (capability and performance). This 2 problems is also regressions, fixed in f17c4d9 (#319) and 8d24250. |
Beta Was this translation helpful? Give feedback.
Hi @feryardiant, regarding the goals of this project, you can see #168. You can understand it as close to the native TS development experience (capability and performance).
This 2 problems is also regressions, fixed in f17c4d9 (#319) and 8d24250.