Skip to content
This repository was archived by the owner on Jan 8, 2020. It is now read-only.

Commit e43e721

Browse files
committed
chore: update README and LICENSE
1 parent a716e61 commit e43e721

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

LICENSE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Released under MIT License
2+
3+
Copyright (c) 2016-present Vuetify LLC
4+
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:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1-
# Vuetify Essentials Vue CLI 3 Plugin
1+
# vue-cli-plugin-vuetify-essentials
2+
> A Vue CLI 3 Plugin used by vue-cli-preset-vuetify.
23
3-
Generator project for https://github.com/vuetifyjs/vue-cli-preset-vuetify
4+
### 💿 Install
5+
This should not be installed stand-a-lone.
6+
7+
### 💪 Supporting Vuetify
8+
<p>Vuetify is an open source MIT project that has been made possible due to the generous contributions by <a href="https://github.com/vuetifyjs/vuetify/blob/dev/BACKERS.md">community backers</a>. If you are interested in supporting this project, please consider:</p>
9+
10+
<ul>
11+
<li>
12+
<a href="https://github.com/users/johnleider/sponsorship">Becoming a sponsor on Github</a>
13+
<strong><small>(supports John)</small></strong>
14+
</li>
15+
<li>
16+
<a href="https://opencollective.com/vuetify">Becoming a backer on OpenCollective</a>
17+
<strong><small>(supports the Dev team)</small></strong>
18+
</li>
19+
<li>
20+
<a href="https://tidelift.com/subscription/npm/vuetify?utm_source=vuetify&utm_medium=referral&utm_campaign=readme">Become a subscriber on Tidelift</a>
21+
</li>
22+
<li>
23+
<a href="https://paypal.me/vuetify">Make a one-time payment with Paypal</a>
24+
</li>
25+
<li>
26+
<a href="https://vuetifyjs.com/getting-started/consulting-and-support?ref=github">Book time with John</a>
27+
</li>
28+
</ul>
29+
30+
### 📑 License
31+
[MIT](http://opensource.org/licenses/MIT)
32+
33+
Copyright (c) 2016-present Vuetify LLC

0 commit comments

Comments
 (0)