https://github.com/vuetifyjs/flairo-theme.git
A premium collection of components and layouts for building applications with Vuetify 3 and Vite, optimized for performance and ease of use.
Flairo Theme PRO is crafted with Vite, Vuetify 3, and Vuejs 3. It's designed to accelerate your Vuetify 3 Vite application development. Leveraging the theme is straightforward but requires fundamental knowledge of Javascript, Vuejs, and Vite.
flairo-theme-pro.zip file downloaded from the Vuetify storeflairo-theme-pro and unzip the flairo-theme-pro.zip fileflairo-theme-pro directoryyarn install to install the project's dependenciesyarn dev to start a local development serveryarn run build to prepare your app for productionyarn run serve to test your production build locallyyarn run lint for lintingVuetify 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 Flairo Theme PRO is straightforward. Follow these steps to set up your development environment and begin creating your application with Vuetify 3 and Vite.
flairo-theme-pro.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.Within the download you'll find the following directories and files:
flairo-theme
flairo-theme
โโโ .browserslistrc
โโโ .editorconfig
โโโ .env
โโโ .eslintrc-auto-import.json
โโโ .eslintrc.js
โโโ .gitignore
โโโ README.md
โโโ index.html
โโโ package.json
โโโ pnpm-lock.yaml
โโโ public
โ โโโ favicon.ico
โโโ src
โ โโโ App.vue
โ โโโ assets
โ โโโ auto-imports.d.ts
โ โโโ components
โ โ โโโ README.md
โ โ โโโ base
โ โ โ โโโ Avatar.vue
โ โ โ โโโ Body.vue
โ โ โ โโโ Btn.vue
โ โ โ โโโ Divider.vue
โ โ โ โโโ Feature.vue
โ โ โ โโโ FeatureAlt.vue
โ โ โ โโโ FeatureCard.vue
โ โ โ โโโ Heading.vue
โ โ โ โโโ PricingPlan.vue
โ โ โ โโโ Project.vue
โ โ โ โโโ Section.vue
โ โ โ โโโ SectionHeading.vue
โ โ โ โโโ SkillMeter.vue
โ โ โ โโโ Stat.vue
โ โ โ โโโ Subheading.vue
โ โ โ โโโ Subtitle.vue
โ โ โ โโโ Tag.vue
โ โ โ โโโ TeamMember.vue
โ โ โ โโโ Testimony.vue
โ โ โ โโโ TextField.vue
โ โ โ โโโ Textarea.vue
โ โ โ โโโ Title.vue
โ โ โโโ blog
โ โ โโโ Author.vue
โ โ โโโ Blockquote.vue
โ โ โโโ Card.vue
โ โ โโโ Heading.vue
โ โ โโโ Post.vue
โ โ โโโ Tweet.vue
โ โโโ components.d.ts
โ โโโ layouts
โ โ โโโ README.md
โ โ โโโ components
โ โ โ โโโ AppBar.vue
โ โ โ โโโ BaseSidebar.vue
โ โ โ โโโ BlogSidebar.vue
โ โ โ โโโ SystemBar.vue
โ โ โ โโโ View.vue
โ โ โโโ default.vue
โ โโโ main.ts
โ โโโ pages
โ โ โโโ README.md
โ โ โโโ [...error].vue
โ โ โโโ about.vue
โ โ โโโ blog.vue
โ โ โโโ contact.vue
โ โ โโโ index.vue
โ โ โโโ portfolio.vue
โ โ โโโ project
โ โ โ โโโ [id].vue
โ โ โโโ services.vue
โ โ โโโ sink.vue
โ โโโ plugins
โ โ โโโ README.md
โ โ โโโ index.ts
โ โ โโโ vuetify.ts
โ โโโ router
โ โ โโโ index.ts
โ โโโ stores
โ โ โโโ README.md
โ โ โโโ app.ts
โ โ โโโ index.ts
โ โ โโโ mockup.ts
โ โโโ styles
โ โ โโโ README.md
โ โ โโโ settings.scss
โ โโโ typed-router.d.ts
โ โโโ views
โ โ โโโ BlogAsset.vue
โ โ โโโ BlogAuthor.vue
โ โ โโโ BlogExcerpt.vue
โ โ โโโ BlogExcerptLeftImg.vue
โ โ โโโ BlogExcerptRightImg.vue
โ โ โโโ BlogExcerptShort.vue
โ โ โโโ BlogHeader.vue
โ โ โโโ BlogQuote.vue
โ โ โโโ Construction.vue
โ โ โโโ FlexibleCallout.vue
โ โ โโโ GetInTouch.vue
โ โ โโโ Hero.vue
โ โ โโโ Info.vue
โ โ โโโ Map.vue
โ โ โโโ NotFound.vue
โ โ โโโ OurServices.vue
โ โ โโโ OurTeam.vue
โ โ โโโ ProjectDetail.vue
โ โ โโโ ProjectGallery.vue
โ โ โโโ ProjectGalleryAlt.vue
โ โ โโโ RelatedBlogPosts.vue
โ โ โโโ StandoutCallout.vue
โ โ โโโ Stats.vue
โ โ โโโ Story.vue
โ โ โโโ StoryAlt.vue
โ โ โโโ WelcomeFeatures.vue
โ โ โโโ WhyChooseUs.vue
โ โโโ vite-env.d.ts
โโโ tsconfig.json
โโโ tsconfig.node.json
โโโ vercel.json
โโโ vite.config.mts
| Browser | Status |
|---|---|
| Chromium (Chrome, Edge) | โ Supported |
| Firefox | โ Supported |
| Safari 15.4+ | โ Supported |
| Safari 13. | โ Requires polyfill |
| Edge <79 | โ Not supported |
| Internet Explorer | โ Not supported |
For any technical issues or questions about Flairo Theme PRO, support is available through: