Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ravesjs/vue-vite
https://github.com/ravesjs/vue-vite
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/ravesjs/vue-vite
- Owner: ravesjs
- License: mit
- Created: 2024-03-17T02:13:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T11:03:13.000Z (2 months ago)
- Last Synced: 2024-08-24T12:22:19.420Z (2 months ago)
- Language: Vue
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
## Type Support For `.vue` Imports in TS
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:
1. Disable the built-in TypeScript Extension
1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette
2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.