๐Ÿ“ฆ vuetifyjs / theme-vite-free

A free Vuetify 3 theme using Vite.

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/vuetifyjs/theme-vite-free.git
HTTPS git clone https://github.com/vuetifyjs/theme-vite-free.git
SSH git clone git@github.com:vuetifyjs/theme-vite-free.git
CLI gh repo clone vuetifyjs/theme-vite-free
abdelouahed oumoussa abdelouahed oumoussa chore: update all dependencies to latest (#3) 481b461 4 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ public
๐Ÿ“ src
๐Ÿ“„ .browserslistrc
๐Ÿ“„ .editorconfig
๐Ÿ“„ .gitignore
๐Ÿ“„ eslint.config.mjs
๐Ÿ“„ index.html
๐Ÿ“„ package.json
๐Ÿ“„ pnpm-lock.yaml
๐Ÿ“„ README.md
๐Ÿ“„ vite.config.js
๐Ÿ“„ yarn.lock
๐Ÿ“„ README.md

Vite Theme Free

A free Vuetify 3 theme using Vite.

versionChat

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.

Getting Started

  • 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 the vite-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 production
  • yarn run serve to serve your production app
  • yarn run lint to run linting.

Vuetify

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

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.

Vue-cli

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!

Table of Contents

Demo

File Structure

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 Support

BrowserStatus
Chromium (Chrome, Edge)โœ… Supported
Firefoxโœ… Supported
Safari 15.4+โœ… Supported
Safari 13.โ— Requires polyfill
Edge <79โ›” Not supported
Internet Explorerโ›” Not supported

Resources

Reporting Issues

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.

Technical Support or Questions

If you have questions or need help integrating the product please reach out in Discord.

Licensing

Useful Links