# vue3-demo **Repository Path**: feng-lekai/vue3-demo ## Basic Information - **Project Name**: vue3-demo - **Description**: 在探索vue3+vite+typescript的demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-09 - **Last Updated**: 2022-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, vite, TypeScript ## README # Vue 3 + Vite 探索一些使用方法和css效果。 ## ✨引用的库 🔥Vue 3.2.16 🔥 vite 2.6.4 🔥 element-plus 1.2.0-beta.3 🔥 typescript 4.5.2 👏还有一些开源的代码 [hover](https://gitee.com/mirrors/hover) [OCDeer.css](https://gitee.com/mtnlmm/ocdeer) [css效果图收集](https://gitee.com/qm1989/css_effect_map_collection) ## 📦 安装 ```bash npm install // or yarn ``` ## 💨运行 ```bash npm run dev // or yarn dev ```