A free Vuetify 3 theme using Vite.
https://github.com/vuetifyjs/theme-vite-free.git
Vite Theme Free is a beautiful resource built over 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.
vite-theme-free.zip file downloaded from the Vuetify storevite-theme and unzip the vite-theme-free.zip file provided by the previous stepvite-theme 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.
We use the latest 3.x Vue CLI which aims to reduce project configuration
to as little as possible. Almost everything is inside package.json + some other related files such as
.babel.config.js, .eslintrc.js and .postcssrc.js.
Let us know what you think and what we can improve below. And good luck with development!
Within the download you'll find the following directories and files:
vite-theme-free/
โฃ public/
โ โ favicon.ico
โฃ src/
โ โฃ plugins/
โ โ โ index.js
โ โ โ vuetify.js
โ โ โ webfontloader.js
โ โฃ App.vue
โ โ main.js
โฃ .editorconfig
โฃ .gitignore
โฃ index.html
โฃ package.json
โฃ README.md
โฃ vite.config.js
โ 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 |
We use GitHub Issues as the official bug tracker for the Vite Theme Free theme. Here is some advice for our users that want to report an issue:
If you have questions or need help integrating the product please reach out in Discord.