Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuetifyjs/create
🛠️ Build tooling for Vuetify 3
https://github.com/vuetifyjs/create
boilerplate scaffolding typescript vite vue vue3 vuetify vuetify3
Last synced: 4 days ago
JSON representation
🛠️ Build tooling for Vuetify 3
- Host: GitHub
- URL: https://github.com/vuetifyjs/create
- Owner: vuetifyjs
- Created: 2022-08-17T16:40:05.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T20:35:21.000Z (7 months ago)
- Last Synced: 2024-05-02T02:07:07.911Z (7 months ago)
- Topics: boilerplate, scaffolding, typescript, vite, vue, vue3, vuetify, vuetify3
- Language: Vue
- Homepage:
- Size: 266 KB
- Stars: 57
- Watchers: 9
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Vuetify Create
## 💿 Getting Started
Using your terminal, navigate to your sites directory and run the following command:
**Using Yarn:**
```bash
yarn create vuetify
```**Using NPM:**
```bash
npm create vuetify@latest
```**Using PNPM:**
```bash
pnpm create vuetify
```**Using Bun:**
```bash
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](https://vuetifyjs.com/).
### 💖 Support Development
Vuetify is an open source MIT project that has been made possible due to the generous contributions by our [sponsors and backers](https://vuetifyjs.com/introduction/sponsors-and-backers/). If you are interested in supporting this project, please consider:
- [Requesting Enterprise Support](https://support.vuetifyjs.com/)
- [Sponsoring John on Github](https://github.com/users/johnleider/sponsorship)
- [Sponsoring Kael on Github](https://github.com/users/kaelwd/sponsorship)
- [Supporting the team on Open Collective](https://opencollective.com/vuetify)
- [Becoming a sponsor on Patreon](https://www.patreon.com/vuetify)
- [Becoming a subscriber on Tidelift](https://tidelift.com/subscription/npm/vuetify)
- [Making a one-time donation with Paypal](https://paypal.me/vuetify)## 🌐 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
- 📄 [Documentation](https://vuetifyjs.com/)
- 🚨 [Report an Issue](https://issues.vuetifyjs.com/)
- 🏬 [Vuetify Store](https://store.vuetifyjs.com/)
- 🗑️ [Vuetify Bin](https://bin.vuetifyjs.com/)
- 🎮 [Vuetify Playground](https://play.vuetifyjs.com/)
- 💬 [Discord](https://community.vuetifyjs.com/)## ⭐ Licensing
- Copyright 2023 Vuetify
- Vuetify [License Information](https://github.com/vuetifyjs/vuetify/blob/master/LICENSE.md)