@happytiptoe/clbi
v0.6.2
Published
Opinionated Vue project scaffolder
Downloads
9
Readme
Features
- 🎨 Atomic CSS (Tailwind CSS)
- 📦 Component Auto-Importing (unplugin-vue-components)
- 📄 File-Based Routing (vite-plugin-pages)
- 🍍 Global State Management (Pinia)
- 👌 Icons from any Icon Sets (Iconify)
- 📷 Static-Site Generation (SSG) (vite-ssg)
- 🚀 TypeScript
- 🤝 TypeScript Utilities (tsu)
- ⚡️ Vite
- 🖖 Vue
- 🛠️ VueUse
- 🔎 Vue Dev Tools
- 🗺️ Vue Router
- 📥 Vue API Auto-Importing (unplugin-auto-import)
Installation
Install globally with your favourite package manager:
# yarn
yarn global add @happytiptoe/clbi
# pnpm
pnpm add --global @happytiptoe/clbi
# npm
npm install --global @happytiptoe/clbi
Initialise a new project:
clbi <project-name>