Overview of Vuestic-UI monorepo packages
developThe Vuestic-UI repository is organized into several packages that provide different ways to use, extend, and deploy the UI library:
- ui: The core source code for
Vuestic-UIcomponents. - create-vuestic: A CLI tool used for scaffolding new projects.
- vue-cli-plugin: A plugin for Vue CLI designed to simplify the installation of
Vuestic-UI. - tailwind: Integration for using
Vuestic-UIwith Tailwind CSS. - sandbox: A package used for testing
Vuestic-UIacross different environments including Vite (Rollup), Vue CLI (Webpack), and Nuxt. - docs: The official documentation for
Vuestic-UI. - extensions: A collection of extras to expand the main capabilities of
Vuestic-UI. - deploy: Contains build scripts for deployment.