build: 修改证书文件;新增获取证书文件的指令;
正在显示
cert.js
0 → 100644
差异被折叠。
... | @@ -10,7 +10,8 @@ | ... | @@ -10,7 +10,8 @@ |
"preview": "vite preview --port 4173", | "preview": "vite preview --port 4173", | ||
"typecheck": "vue-tsc --noEmit", | "typecheck": "vue-tsc --noEmit", | ||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", | ||
"deploy": "node ./deploy.js" | "deploy": "node ./deploy.js", | ||
"cert": "node ./cert.js" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@element-plus/icons-vue": "^2.0.9", | "@element-plus/icons-vue": "^2.0.9", | ||
... | @@ -52,7 +53,6 @@ | ... | @@ -52,7 +53,6 @@ |
"unplugin-auto-import": "^0.11.2", | "unplugin-auto-import": "^0.11.2", | ||
"vite": "^3.1.0", | "vite": "^3.1.0", | ||
"vite-plugin-checker": "^0.5.1", | "vite-plugin-checker": "^0.5.1", | ||
"vite-plugin-mkcert": "^1.9.0", | |||
"vue-tsc": "^0.40.5" | "vue-tsc": "^0.40.5" | ||
} | } | ||
} | } |
请
注册
或者
登录
后发表评论