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

Commit 53e8c92

Browse files
chore(README.md): split plugins and presets (#212)
1 parent 77004cc commit 53e8c92

File tree

1 file changed

+47
-33
lines changed

1 file changed

+47
-33
lines changed

README.md

Lines changed: 47 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
> A collection of Vuetify plugins for Vue CLI
44
55
### Available Packages
6+
#### Plugins
67
<table>
78
<thead>
89
<tr>
@@ -51,6 +52,45 @@
5152
A supplementary Vue CLI plugin used by <a href="https:/github.com/vuetifyjs.com/vue-cli-preset-vuetify">vue-cli-preset-vuetify</a>
5253
</td>
5354
</tr>
55+
<tr>
56+
<td>
57+
<a href="https://github.com/vuetifyjs/vue-cli-plugins/tree/master/packages/vue-cli-plugin-vuetify-storybook">vue-cli-plugin-vuetify-storybook</a>
58+
</td>
59+
<td>
60+
<a href="https://www.npmjs.com/package/vue-cli-plugin-vuetify-storybook">
61+
<img src="https://img.shields.io/npm/v/vue-cli-plugin-vuetify-storybook.svg" alt="Version">
62+
</a>
63+
</td>
64+
<td>
65+
A Vue CLI plugin for using Storybook w/ Vuetify
66+
</td>
67+
</tr>
68+
<tr>
69+
<td>
70+
<a href="https://github.com/vuetifyjs/vue-cli-plugins/tree/master/packages/vue-cli-plugin-vuetify">vue-cli-plugin-vuetify</a>
71+
</td>
72+
<td>
73+
<a href="https://www.npmjs.com/package/vue-cli-plugin-vuetify">
74+
<img src="https://img.shields.io/npm/v/vue-cli-plugin-vuetify.svg" alt="Version">
75+
</a>
76+
</td>
77+
<td>
78+
A Vue CLI plugin for installing and configuring Vuetify
79+
</td>
80+
</tr>
81+
</tbody>
82+
</table>
83+
84+
#### Presets
85+
<table>
86+
<thead>
87+
<tr>
88+
<th>Preset</th>
89+
<th>Version</th>
90+
<th>Study</th>
91+
</tr>
92+
</thead>
93+
<tbody>
5494
<tr>
5595
<td>
5696
<a href="https://github.com/vuetifyjs/vue-cli-plugin-vuetify/tree/master/packages/vue-cli-plugin-vuetify-preset-basil">vue-cli-plugin-vuetify-preset-basil</a>
@@ -61,7 +101,7 @@
61101
</a>
62102
</td>
63103
<td>
64-
A Vuetify Preset for the <a href="https://material.io/design/material-studies/basil.html">Basil Material Study</a>
104+
<a href="https://material.io/design/material-studies/basil.html">Basil Material Study</a>
65105
</td>
66106
</tr>
67107
<tr>
@@ -74,7 +114,7 @@
74114
</a>
75115
</td>
76116
<td>
77-
A Vuetify Preset for the <a href="https://material.io/design/material-studies/crane.html">Crane Material Study</a>
117+
<a href="https://material.io/design/material-studies/crane.html">Crane Material Study</a>
78118
</td>
79119
</tr>
80120
<tr>
@@ -87,7 +127,7 @@
87127
</a>
88128
</td>
89129
<td>
90-
A Vuetify Preset for the <a href="https://material.io/design/material-studies/fortnightly.html">Fortnightly Material Study</a>
130+
<a href="https://material.io/design/material-studies/fortnightly.html">Fortnightly Material Study</a>
91131
</td>
92132
</tr>
93133
<tr>
@@ -100,7 +140,7 @@
100140
</a>
101141
</td>
102142
<td>
103-
A Vuetify Preset for the <a href="https://material.io/design/material-studies/owl.html">Owl Material Study</a>
143+
<a href="https://material.io/design/material-studies/owl.html">Owl Material Study</a>
104144
</td>
105145
</tr>
106146
<tr>
@@ -113,7 +153,7 @@
113153
</a>
114154
</td>
115155
<td>
116-
A Vuetify Preset for the <a href="https://material.io/design/material-studies/rally.html">Rally Material Study</a>
156+
<a href="https://material.io/design/material-studies/rally.html">Rally Material Study</a>
117157
</td>
118158
</tr>
119159
<tr>
@@ -126,7 +166,7 @@
126166
</a>
127167
</td>
128168
<td>
129-
A Vuetify Preset for the <a href="https://material.io/design/material-studies/reply.html">Reply Material Study</a>
169+
<a href="https://material.io/design/material-studies/reply.html">Reply Material Study</a>
130170
</td>
131171
</tr>
132172
<tr>
@@ -139,33 +179,7 @@
139179
</a>
140180
</td>
141181
<td>
142-
A Vuetify Preset for the <a href="https://material.io/design/material-studies/shrine.html">Shrine Material Study</a>
143-
</td>
144-
</tr>
145-
<tr>
146-
<td>
147-
<a href="https://github.com/vuetifyjs/vue-cli-plugins/tree/master/packages/vue-cli-plugin-vuetify-storybook">vue-cli-plugin-vuetify-storybook</a>
148-
</td>
149-
<td>
150-
<a href="https://www.npmjs.com/package/vue-cli-plugin-vuetify-storybook">
151-
<img src="https://img.shields.io/npm/v/vue-cli-plugin-vuetify-storybook.svg" alt="Version">
152-
</a>
153-
</td>
154-
<td>
155-
A Vue CLI plugin for using Storybook w/ Vuetify
156-
</td>
157-
</tr>
158-
<tr>
159-
<td>
160-
<a href="https://github.com/vuetifyjs/vue-cli-plugins/tree/master/packages/vue-cli-plugin-vuetify">vue-cli-plugin-vuetify</a>
161-
</td>
162-
<td>
163-
<a href="https://www.npmjs.com/package/vue-cli-plugin-vuetify">
164-
<img src="https://img.shields.io/npm/v/vue-cli-plugin-vuetify.svg" alt="Version">
165-
</a>
166-
</td>
167-
<td>
168-
A Vue CLI plugin for installing and configuring Vuetify
182+
<a href="https://material.io/design/material-studies/shrine.html">Shrine Material Study</a>
169183
</td>
170184
</tr>
171185
</tbody>

0 commit comments

Comments
 (0)