A free Vuetify 3 theme using Vite.
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.
- Install Nodejs from the official Nodejs page
- Install Yarn from the official Yarn installation page.
- Unzip the
vite-theme-free.zip
file downloaded from the Vuetify store - Create a folder named
vite-theme
and unzip thevite-theme-free.zip
file provided by the previous step - Open your terminal and navigate to the
vite-theme
directory - Run
yarn install
to install the project's dependencies - Run
yarn dev
to start a local development server
You can also run additional tasks such as
yarn 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!
- Demo
- Quick Start
- Documentation
- File Structure
- Browser Support
- Resources
- Reporting Issues
- Technical Support or Questions
- Licensing
- Useful Links
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 |
- Live Preview
- Product Page: Product
- Vuetify Documentation is Here
- License Agreement: License
- Contact: Contact
- Issues: Github Issues Page
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:
- Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
- Some issues may be browser specific, so specifying what browser you encountered the issue will be helpful.
If you have questions or need help integrating the product please reach out in Discord or file an issue here.
- Copyright 2022 Vuetify https://vuetifyjs.com
- Vuetify License Information