You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: LICENSE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
The MITLicense (MIT)
1
+
# Released under MITLicense
2
2
3
-
Copyright (c) 2016-2019 John Jeremy Leider
3
+
Copyright (c) 2016-present Vuetify LLC
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Vuetify Plugin for [vue-cli@3.0](https://github.com/vuejs/vue-cli)
3
+
> A [Vue CLI 3 Plugin](https://github.com/vuejs/vue-cli) for installing Vuetify
4
4
5
-
## Install
5
+
### 💿 Install
6
6
7
7
If you haven't yet installed vue-cli 3, first follow the install instructions here: https://github.com/vuejs/vue-cli
8
8
9
9
**Tip**: If you don't want to overwrite your current vue-cli because you still need `vue init`, [then try this](https://cli.vuejs.org/guide/creating-a-project.html#pulling-2-x-templates-legacy).
10
10
11
-
Generate a project using vue-cli 3.0
12
-
```
11
+
Generate a project using vue-cli 3.0:
12
+
```bash
13
13
vue create my-app
14
14
```
15
15
16
-
Before installing the vuetify plugin, make sure to commit or stash your changes in case you need to revert
16
+
Before installing the vuetify plugin, make sure to commit or stash your changes in case you need to revert the changes.
17
17
18
-
To install the vuetify plugin...
19
-
```
18
+
To install the vuetify plugin simply navigate to your application folder and add Vuetify.
19
+
```bash
20
20
cd my-app
21
+
21
22
vue add vuetify
22
23
```
23
24
24
-
If you run into any issues you can hit us up on [discord/need](https://discordapp.com/channels/340160225338195969/340215499398840331).
25
+
If you run into any issues, reach out to us in our [Discord Community server](https://community.vuetifyjs.com).
25
26
26
-
##Using with other plugins
27
+
### 🚀 Usage
27
28
28
29
Here are some extra steps for setting up the old templates but using plugins from the new ecosystem.
29
30
30
-
### Nuxt
31
+
####Nuxt
31
32
32
33
```
33
34
# preset: default (babel, eslint)
34
35
35
36
vue add nuxt-starter-template
36
-
37
37
```
38
38
39
39
Todo
40
40
41
41
- Add vuetify Nuxt starter template
42
42
43
43
44
-
### Electron
44
+
####Electron
45
45
46
46
Just add [vue-cli-plugin-electron-builder](https://nklayman.github.io/vue-cli-plugin-electron-builder/)
47
47
@@ -51,12 +51,12 @@ vue add vuetify
51
51
yarn electron:serve
52
52
```
53
53
54
-
### PWA
54
+
####PWA
55
55
56
56
If you already made a project with the PWA option selected, then just adding like above should do it.
57
57
58
58
59
-
### Cordova
59
+
####Cordova
60
60
61
61
Use the [Cordova](https://github.com/m0dch3n/vue-cli-plugin-cordova) plugin.
62
62
@@ -72,3 +72,30 @@ npm run cordova-serve-browser # Development Browser
72
72
npm run cordova-build-browser # Build Browser
73
73
```
74
74
75
+
### 💪 Supporting Vuetify
76
+
<p>Vuetify is an open source MIT project that has been made possible due to the generous contributions by <ahref="https://github.com/vuetifyjs/vuetify/blob/dev/BACKERS.md">community backers</a>. If you are interested in supporting this project, please consider:</p>
77
+
78
+
<ul>
79
+
<li>
80
+
<a href="https://github.com/users/johnleider/sponsorship">Becoming a sponsor on Github</a>
81
+
<strong><small>(supports John)</small></strong>
82
+
</li>
83
+
<li>
84
+
<a href="https://opencollective.com/vuetify">Becoming a backer on OpenCollective</a>
85
+
<strong><small>(supports the Dev team)</small></strong>
86
+
</li>
87
+
<li>
88
+
<a href="https://tidelift.com/subscription/npm/vuetify?utm_source=vuetify&utm_medium=referral&utm_campaign=readme">Become a subscriber on Tidelift</a>
89
+
</li>
90
+
<li>
91
+
<a href="https://paypal.me/vuetify">Make a one-time payment with Paypal</a>
92
+
</li>
93
+
<li>
94
+
<a href="https://vuetifyjs.com/getting-started/consulting-and-support?ref=github">Book time with John</a>
0 commit comments