create-vuetify
Advanced tools
Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "create-vuetify", | ||
"version": "2.2.1", | ||
"main": "dist/output.cjs", | ||
"version": "2.2.2", | ||
"author": "Elijah Kotyluk <elijah@elijahkotyluk.com>", | ||
@@ -9,7 +8,8 @@ "license": "MIT", | ||
"bin": { | ||
"create-vuetify": "./dist/output.cjs" | ||
"create-vuetify": "index.js" | ||
}, | ||
"files": [ | ||
"dist/output.cjs", | ||
"template" | ||
"index.js", | ||
"template", | ||
"dist" | ||
], | ||
@@ -25,3 +25,3 @@ "repository": { | ||
"build": "node ./scripts/build.js", | ||
"start": "node ./dist/output.cjs", | ||
"start": "node ./index.js", | ||
"lint": "eslint --fix 'src/**'", | ||
@@ -28,0 +28,0 @@ "prepublishOnly": "npm run build" |
@@ -1,8 +0,8 @@ | ||
# create-vuetify | ||
# Vuetify Create | ||
<p align="center"> | ||
<img src="https://cdn.vuetifyjs.com/docs/images/logos/v.png" height="128"> | ||
<img src="https://vuetifyjs.b-cdn.net/docs/images/one/create/vcreate-logo.png" alt="Vuetify Logo" width="200"> | ||
</p> | ||
## Getting Started | ||
## 💿 Getting Started | ||
@@ -31,3 +31,3 @@ Using your terminal, navigate to your sites directory and run the following command: | ||
## Vuetify | ||
## 🐉 Vuetify | ||
@@ -38,3 +38,3 @@ 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. | ||
### Support Development | ||
### 💖 Support Development | ||
@@ -51,8 +51,4 @@ 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: | ||
## Vite | ||
## 🌐 Browser Support | ||
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](https://vitejs.dev/guide/features.html#typescript). | ||
## Browser Support | ||
| Browser | Status | | ||
@@ -67,3 +63,3 @@ | - | - | | ||
## Resources | ||
## 📃 Resources | ||
@@ -73,6 +69,7 @@ - 📄 [Documentation](https://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) | ||
- 💬 [Discord](https://community.vuetifyjs.com/) | ||
## Licensing | ||
## ⭐ Licensing | ||
@@ -79,0 +76,0 @@ - Copyright 2023 Vuetify <https://vuetifyjs.com/> |
@@ -7,3 +7,3 @@ { | ||
"baseUrl": "./", | ||
"moduleResolution": "node", | ||
"moduleResolution": "bundler", | ||
"paths": { | ||
@@ -10,0 +10,0 @@ "@/*": [ |
@@ -8,3 +8,3 @@ { | ||
"module": "ESNext", | ||
"moduleResolution": "node", | ||
"moduleResolution": "bundler", | ||
"paths": { | ||
@@ -11,0 +11,0 @@ "@/*": ["src/*"] |
@@ -5,3 +5,3 @@ { | ||
"module": "ESNext", | ||
"moduleResolution": "Node", | ||
"moduleResolution": "bundler", | ||
"allowSyntheticDefaultImports": true | ||
@@ -8,0 +8,0 @@ }, |
137398
86
1212
75
8
4