https://github.com/vuetifyjs/nebula-ui-kit.git
A simple collection of components and layouts for building applications with Vuetify 3 and Vite.
Nebula UI Kit is a beautiful resource built over TypeScript, Vite, Vuetify 3 and Vuejs 3. It will help you get started and quickly developing your Vuetify 3 Vite applications in no time. Using the Vite theme is pretty simple but requires basic knowledge of Javascript, Vuejs and Vite.
nebula-ui-kit.zip file downloaded from the Vuetify storenebula-ui-kit and unzip the nebula-ui-kit.zip file provided by the previous stepnebula-ui-kit directoryyarn install to install the project's dependenciesyarn dev to start a local development serveryarn run build to build your app for productionyarn run serve to serve your production appyarn run lint to run linting.Vuetify is an Open Source UI Library that is developed exactly according to Material Design spec. Every component is handcrafted to bring you the best possible UI tools to your next great app. The development doesn't stop at the core components outlined in Google's spec. Through the support of community members and sponsors, additional components will be designed and made available for everyone to enjoy.
The documentation for Vuetify is hosted here.
Not all components that are available in this project are part of the theme and may be a default Vuetify component
Vite is a build tool that significantly improves the front-end development experience. You can use Vite to set up a development environment for frameworks like Vue and React, and even for a vanilla JavaScript app with a dev server and hot reloading in just three commands. It also easily integrates with TypeScript.
Getting started with the Nebula UI Kit is straightforward. Follow these steps to set up your development environment and begin creating your application with Vuetify 3 and Vite.
nebula-ui-kit.zip file from the Vuetify store and unzip it into a directory of your choice.yarn install to install all dependencies.yarn dev.http://localhost:3000.The documentation for the Nebula UI Kit covers a wide range of topics, from getting started guides to detailed descriptions of the components and their APIs. Whether you're a beginner or an experienced developer, the documentation offers the information you need to build your projects effectively.
Within the download you'll find the following directories and files:
nebula-ui-kit/
โโโ .browserslistrc
โโโ .editorconfig
โโโ .eslintrc.js
โโโ .gitignore
โโโ README.md
โโโ index.html
โโโ package.json
โโโ public
โ โโโ favicon.ico
โ โโโ nebula.png
โโโ src
โ โโโ App.vue
โ โโโ assets
โ โ โโโ content
โ โ โ โโโ content4.jpg
โ โ โโโ heroheaders
โ โ โ โโโ heroheaders1.png
โ โ โ โโโ heroheaders2.png
โ โ โโโ logo.png
โ โ โโโ logo.svg
โ โ โโโ nebula.png
โ โ โโโ pricing
โ โ โโโ pricing-icon1.png
โ โ โโโ pricing-icon2.png
โ โโโ components
โ โ โโโ Logo.vue
โ โ โโโ blog
โ โ โ โโโ Blog-v1.vue
โ โ โ โโโ Blog-v2.vue
โ โ โโโ call-to-action
โ โ โ โโโ CalltoAction-v1.vue
โ โ โ โโโ CalltoAction-v2.vue
โ โ โโโ contact
โ โ โ โโโ Contact-v1.vue
โ โ โ โโโ Contact-v2.vue
โ โ โโโ content
โ โ โ โโโ Content-v1.vue
โ โ โ โโโ Content-v2.vue
โ โ โ โโโ Content-v3.vue
โ โ โ โโโ Content-v4.vue
โ โ โโโ ecommerce
โ โ โ โโโ Ecommerce-v1.vue
โ โ โ โโโ Ecommerce-v2.vue
โ โ โโโ features
โ โ โ โโโ Features-v1.vue
โ โ โ โโโ Features-v2.vue
โ โ โโโ footer
โ โ โ โโโ Footer-v1.vue
โ โ โ โโโ Footer-v2.vue
โ โ โโโ gallery
โ โ โ โโโ Gallery-v1.vue
โ โ โ โโโ Gallery-v2.vue
โ โ โโโ header
โ โ โ โโโ Header-v1.vue
โ โ โ โโโ Header-v10.vue
โ โ โ โโโ Header-v2.vue
โ โ โ โโโ Header-v3.vue
โ โ โ โโโ Header-v4.vue
โ โ โ โโโ Header-v5.vue
โ โ โ โโโ Header-v6.vue
โ โ โ โโโ Header-v7.vue
โ โ โ โโโ Header-v8.vue
โ โ โ โโโ Header-v9.vue
โ โ โโโ hero-headers
โ โ โ โโโ HeroHeaders-v1.vue
โ โ โ โโโ HeroHeaders-v2.vue
โ โ โโโ pricing
โ โ โ โโโ PricingTable-v1.vue
โ โ โ โโโ PricingTable-v2.vue
โ โ โโโ team
โ โ โ โโโ Team-v1.vue
โ โ โ โโโ Team-v2.vue
โ โ โโโ testimonial
โ โ โ โโโ Testimonial-v1.vue
โ โ โ โโโ Testimonial-v2.vue
โ โ โโโ title
โ โ โโโ Title-v1.vue
โ โ โโโ Title-v2.vue
โ โ โโโ Title-v3.vue
โ โ โโโ Title-v4.vue
โ โ โโโ Title-v5.vue
โ โ โโโ Title-v6.vue
โ โโโ layouts
โ โ โโโ default
โ โ โโโ Default.vue
โ โ โโโ Drawer.vue
โ โ โโโ View.vue
โ โโโ main.ts
โ โโโ plugins
โ โ โโโ defaults.ts
โ โ โโโ global-components.ts
โ โ โโโ index.ts
โ โ โโโ vuetify.ts
โ โโโ router
โ โ โโโ index.ts
โ โโโ styles
โ โ โโโ overrides.scss
โ โ โโโ settings.scss
โ โโโ views
โ โ โโโ blog
โ โ โ โโโ index.vue
โ โ โโโ call-to-action
โ โ โ โโโ index.vue
โ โ โโโ contact
โ โ โ โโโ index.vue
โ โ โโโ content
โ โ โ โโโ index.vue
โ โ โโโ ecommerce
โ โ โ โโโ index.vue
โ โ โโโ features
โ โ โ โโโ index.vue
โ โ โโโ footer
โ โ โ โโโ index.vue
โ โ โโโ gallery
โ โ โ โโโ index.vue
โ โ โโโ headers
โ โ โ โโโ index.vue
โ โ โโโ hero-headers
โ โ โ โโโ index.vue
โ โ โโโ pricing
โ โ โ โโโ index.vue
โ โ โโโ team
โ โ โ โโโ index.vue
โ โ โโโ testimonial
โ โ โ โโโ index.vue
โ โ โโโ title
โ โ โโโ index.vue
โ โโโ vite-env.d.ts
โโโ tsconfig.json
โโโ tsconfig.node.json
โโโ vite.config.ts
โโโ yarn.lock
| Browser | Status |
|---|---|
| Chromium (Chrome, Edge) | โ Supported |
| Firefox | โ Supported |
| Safari 15.4+ | โ Supported |
| Safari 13. | โ Requires polyfill |
| Edge <79 | โ Not supported |
| Internet Explorer | โ Not supported |
Please report issues to the Vuetify Discord
If you encounter any issues or have questions about using the Nebula UI Kit, there are several ways to get help: