Installation #
You can create a new project or integrate Vuestic UI into an existing application. There are three ways to create new Vuestic App. All of them mostly the same and provides the same features.
Create Vuestic #
create-vuestic is CLI based tool to create new Vuestic App. This is a recommended way to scaffold new Vue apps with Vuestic.
npm create vuestic@latestcreate-vuestic provides three template: Vuestic Admin, create-vue and Nuxt. Templates can be configured to use specific features like tree-shaking or AG Grid theme.
Manual Installation #
Choose your framework #
Nuxt
Use @vuestic/nuxt with Nuxt for seamless SSR and modular setup.
Vite
Try @vuestic/compiler with Vite for great development experience.
Manual
Manually add vuestic-ui to any existing Vue project.
Web components
Use web-components build for framework-agnostic usage.
Try without installation #

Playground
Try Vuestic UI with Tailwind in our playground online
CodeSandbox
Experiment right in your browser via CodeSandbox.