๐งช Work in Progress
๐ Nuxt 3 - SSR, ESR, File-based routing, components auto importing, modules, etc.
โก๏ธ Vite - Instant HMR.
๐จ UnoCSS - The instant on-demand atomic CSS engine.
๐ Use icons from any icon sets in Pure CSS, powered by UnoCSS.
๐ฅ The <script setup>
syntax.
๐ State Management via Pinia, see ./composables/user.ts.
๐ Layout system.
๐ฅ APIs auto importing - for Composition API, VueUse and custom composables.
๐ Zero-config cloud functions and deploy.
๐ฆพ TypeScript, of course.
๐ฒ PWA with offline support and auto update behavior.
We recommend using VS Code with Volar to get the best experience (You might want to disable Vetur if you have it).
Create a repo from this template on GitHub.
If you prefer to do it manually with the cleaner git history
npx degit caicodes/design-system-one my-design-system-one
cd my-design-system-one
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm