vueon-ui
v0.0.31
Published
Vueon-UI — A growing Vue 3 component library and CLI toolkit. (still growing)
Maintainers
Readme
Vueon-UI
(Still Growing)
Vueon-UI is a developer-friendly CLI and component library built for Vue 3 + TypeScript + Vite.
It helps you quickly scaffold and add modern, prebuilt UI components to your Vue projects with a single command.
⚡️ Getting Started
1. Initialize a new project
npx vueon-ui init
npx vueon-ui add Button
choose: one component or morethan 2 as some goes too remove command
| Command | Description |
| --------------------------------- | ------------------------------------------------------------------ |
| `npx vueon-ui init` | Initialize a new Vueon-UI project with guided setup |
| `npx vueon-ui add <Component>` | Add a single UI component (e.g. Button, Input, etc.) |
| `npx vueon-ui add-all` | Add **all available** Vueon-UI components at once |
| `npx vueon-ui pick` | Interactively pick and add multiple components using a checkbox UI |
| `npx vueon-ui list` | View all available components from Vueon-UI |
| `npx vueon-ui remove <Component>` | Remove a previously added Vueon-UI component |
| `npx vueon-ui usage` | View helpful usage info for all commands |
| `npx vueon-ui version` | Show Vueon-UI CLI and Core library versions |
🛠 Requirements
Node.js 18+
npm or pnpm
Vue 3 + Vite setup
# Add multiple components interactively
npx vueon-ui pick
# → Select: Button, Input, Card
🔄 Development Notes
Vueon-UI is under active development.
Expect frequent updates, UI polish, and new component releases as it grows. 🌱
THANK YOU