We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cli
1 parent 4c2e231 commit 2eacd1dCopy full SHA for 2eacd1d
bin/vue-email.mjs
@@ -0,0 +1,2 @@
1
+#!/usr/bin/env node
2
+import '@vue-email/cli/cli'
package.json
@@ -50,7 +50,12 @@
50
]
51
}
52
},
53
+ "bin": {
54
+ "vue-email": "./bin/vue-email.mjs",
55
+ "vuemail": "./bin/vue-email.mjs"
56
+ },
57
"files": [
58
+ "bin",
59
"dist"
60
],
61
"scripts": {
@@ -69,6 +74,7 @@
69
74
70
75
"dependencies": {
71
76
"@flowko/tw-to-css": "^0.0.6",
77
+ "@vue-email/cli": "^0.0.6",
72
78
"isomorphic-dompurify": "^1.12.0",
73
79
"ufo": "^1.3.2",
80
"vue-i18n": "^9.8.0"
0 commit comments