vue3-tailwind-components 0.1.9 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +60 -37
- package/dist/vue3-tailwind-components.es.js +914 -908
- package/dist/vue3-tailwind-components.umd.js +10 -10
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vue3-tailwind-components",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.2.0",
|
4
4
|
"description": "A library of Vue 3 components that use Tailwind",
|
5
5
|
"keywords": [
|
6
6
|
"vue3",
|
@@ -23,7 +23,8 @@
|
|
23
23
|
"scripts": {
|
24
24
|
"dev": "vite",
|
25
25
|
"build": "vite build",
|
26
|
-
"preview": "vite preview"
|
26
|
+
"preview": "vite preview",
|
27
|
+
"site": "vite build --config site.config.js"
|
27
28
|
},
|
28
29
|
"dependencies": {
|
29
30
|
"@fortawesome/fontawesome-svg-core": "^6.2.1",
|