vuetifyjs / create-vuetify

๐Ÿ› ๏ธ Build tooling for Vuetify 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


About

๐Ÿ› ๏ธ Build tooling for Vuetify 3


Languages

Language:Vue 35.6%Language:TypeScript 34.5%Language:JavaScript 27.0%Language:HTML 1.8%Language:SCSS 1.1%