https://github.com/shy1118999/shy-vue-template
Vite + Vue Starter Template
https://github.com/shy1118999/shy-vue-template
vite vue vue-composition-api vue-template
Last synced: 4 months ago
JSON representation
Vite + Vue Starter Template
- Host: GitHub
- URL: https://github.com/shy1118999/shy-vue-template
- Owner: shy1118999
- License: mit
- Created: 2022-08-11T02:04:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T02:18:17.000Z (5 months ago)
- Last Synced: 2025-02-04T03:22:12.667Z (5 months ago)
- Topics: vite, vue, vue-composition-api, vue-template
- Language: TypeScript
- Homepage:
- Size: 1.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SHY Vue Template
> clone from [vitesse-lite](https://github.com/antfu/vitesse-lite)
## 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)
- π¦ [Components auto importing](./src/components)
- π¨ [UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine.
- π Use icons from any icon sets in [Pure CSS](https://github.com/antfu/unocss/tree/main/packages/preset-icons)
- π₯ Use the [new `` style](https://github.com/vuejs/rfcs/pull/227)
- β Use [Vitest](http://vitest.dev/) for unit and components testing
- π¦Ύ TypeScript, of course
- βοΈ Deploy on Netlify, zero-config
## Pre-packed
### UI Frameworks
- [UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine.
### Icons
- [Iconify](https://iconify.design) - use icons from any icon sets [πIcΓ΄nes](https://icones.netlify.app/)
- [Pure CSS Icons via UnoCSS](https://github.com/antfu/unocss/tree/main/packages/preset-icons)### Plugins
- [Vue Router](https://github.com/vuejs/vue-router)
- [`vite-plugin-pages`](https://github.com/hannoeru/vite-plugin-pages) - file system based routing
- [`unplugin-auto-import`](https://github.com/antfu/unplugin-auto-import) - Directly use Vue Composition API and others without importing
- [`unplugin-vue-components`](https://github.com/antfu/unplugin-vue-components) - components auto import
- [VueUse](https://github.com/antfu/vueuse) - collection of useful composition APIs