Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/texora/vue3-crash-course
This template should help get you started developing with Vue 3 in Vite.
https://github.com/texora/vue3-crash-course
course cscode vite volar vue
Last synced: 3 months ago
JSON representation
This template should help get you started developing with Vue 3 in Vite.
- Host: GitHub
- URL: https://github.com/texora/vue3-crash-course
- Owner: texora
- Created: 2024-08-29T00:00:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T20:22:39.000Z (5 months ago)
- Last Synced: 2024-09-17T22:27:48.555Z (5 months ago)
- Topics: course, cscode, vite, volar, vue
- Language: Vue
- Homepage:
- Size: 44.9 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-crash-course
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```