feat:pc
Showing
... | ... | @@ -8,7 +8,11 @@ |
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"vue": "^3.2.25" | ||
"autoprefixer": "^10.4.7", | ||
"postcss": "^8.4.14", | ||
"tailwindcss": "^3.0.24", | ||
"vue": "^3.2.25", | ||
"vue-router": "4" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-vue": "^2.3.3", | ||
... | ... | @@ -16,4 +20,4 @@ |
"vite": "^2.9.9", | ||
"vue-tsc": "^0.34.7" | ||
} | ||
} | ||
\ No newline at end of file | ||
} |
postcss.config.js
0 → 100644

src/components/Btn.vue
0 → 100644
src/components/Logo.vue
0 → 100644
src/index.css
0 → 100644
src/router/index.ts
0 → 100644
src/views/download/index.vue
0 → 100644
tailwind.config.js
0 → 100644
This diff is collapsed.