Skip to content

widcardw/vue-tsx-starter-lite

Repository files navigation

Vue Tsx Template

Inspired by antfu/vitesse-lite

Features

DONE

  • Vue3, Vite 3, pnpm
  • File based routing
  • Unocss - The instance on-demand atomic CSS
  • Use icons from any icon sets in Pure CSS
  • TypeScript
  • Vitest for unit and components testing
  • Netlify deployment
  • Tsx eslint support and format on save

TODO

  • Unocss attributify
    • TSX warns when using attributes that a html element does not have, you should add attr declaration in env.d.ts

Pre-packed

UI Frameworks

  • UnoCSS - The instant on-demand atomic CSS engine.

Icons

Plugins

Try it now

Clone to local

npx degit widcardw/vue-tsx-starter-lite my-project
cd my-project
pnpm i