Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akarachen/vite-vue-starter
🏕 Opinionated Vite + Vue Starter Template
https://github.com/akarachen/vite-vue-starter
Last synced: about 1 month ago
JSON representation
🏕 Opinionated Vite + Vue Starter Template
- Host: GitHub
- URL: https://github.com/akarachen/vite-vue-starter
- Owner: AkaraChen
- License: mit
- Created: 2022-08-26T12:18:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T17:48:33.000Z (over 1 year ago)
- Last Synced: 2023-07-11T18:38:12.323Z (over 1 year ago)
- Language: Vue
- Size: 342 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
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.
## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)
## Features
- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 3](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [ESBuild](https://github.com/evanw/esbuild) - born with fastness
- 🗂 [File based routing](./src/pages)
- 🍍 [State Management via Pinia](https://pinia.vuejs.org/)
- 📑 [Layout system](./src/layout)
- 🎨 [CSS Module](./src) - use CSS Module to write better CSS
- 🔥 Use the [new `<script setup>` syntax](https://github.com/vuejs/rfcs/pull/227)
- 📥 [NO auto importing](https://github.com/antfu/unplugin-auto-import) - write Cleaner Code
- 🦾 TypeScript, of course
- ☁️ Deploy on Vercel, zero-config