create-vite-app
create-vite-app copied to clipboard
Can't import vue in ts file.
Reproduce
- npm init vite-app my-project --template vue-ts
- cd my-project
- npm install
- code .
- open main.ts
#17