vite-plugin-tencent-oss
Version:
Upload the production files bundled in the project to Tencent CSS, except for html
19 lines (18 loc) • 342 B
JSON
{
"name": "vite-project",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.2.36"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"vite": "^2.9.9",
"vite-plugin-tencent-oss": "workspace:*"
}
}