Skip to content

devjared1/cypress-test

Repository files navigation

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

Browser Status
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:

  1. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  2. 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 or file an issue here.

Licensing

Useful Links


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published