https://github.com/codesandbox/codesandbox-template-vue
Vue 3 + Vite template for CodeSandbox Projects
https://github.com/codesandbox/codesandbox-template-vue
javascript vite vue
Last synced: about 1 year ago
JSON representation
Vue 3 + Vite template for CodeSandbox Projects
- Host: GitHub
- URL: https://github.com/codesandbox/codesandbox-template-vue
- Owner: codesandbox
- Created: 2022-08-30T08:37:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T08:13:29.000Z (over 2 years ago)
- Last Synced: 2025-04-05T17:46:51.344Z (about 1 year ago)
- Topics: javascript, vite, vue
- Language: Vue
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codesandbox-template-vue
This template should help get you started developing with Vue 3 in Vite.
[](https://codesandbox.io/p/github/codesandbox/codesandbox-template-vue/main)
## 👀 Want to learn more?
- [CodeSandbox Projects — Docs](https://docs.codesandbox.io)
- [CodeSandbox — Discord](https://discord.gg/Ggarp3pX5H)
- [Vue — Docs](https://vuejs.org/guide)
- [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
```