create-vuetify
Getting Started
Using your terminal, navigate to your sites directory and run the following command:
Using Yarn:
yarn create vuetify
Using NPM:
npm create vuetify
Using PNPM:
pnpm create vuetify
Using Bun:
bun create vuetify
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.
Support Development
Vuetify is an open source MIT project that has been made possible due to the generous contributions by our sponsors and backers. If you are interested in supporting this project, please consider:
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.
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
Licensing