An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# codesandbox-template-vue

This template should help get you started developing with Vue 3 in Vite.

[![Edit in CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](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
```