Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-vuetify

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-vuetify - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

dist/index.mjs

12

package.json
{
"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 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc