Skip to content

Commit 2eacd1d

Browse files
committed
feat: added cli
1 parent 4c2e231 commit 2eacd1d

File tree

3 files changed

+314
-1
lines changed

3 files changed

+314
-1
lines changed

bin/vue-email.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env node
2+
import '@vue-email/cli/cli'

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,12 @@
5050
]
5151
}
5252
},
53+
"bin": {
54+
"vue-email": "./bin/vue-email.mjs",
55+
"vuemail": "./bin/vue-email.mjs"
56+
},
5357
"files": [
58+
"bin",
5459
"dist"
5560
],
5661
"scripts": {
@@ -69,6 +74,7 @@
6974
},
7075
"dependencies": {
7176
"@flowko/tw-to-css": "^0.0.6",
77+
"@vue-email/cli": "^0.0.6",
7278
"isomorphic-dompurify": "^1.12.0",
7379
"ufo": "^1.3.2",
7480
"vue-i18n": "^9.8.0"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy