# vue3-web-wheel **Repository Path**: funmudpee/vue3-web-wheel ## Basic Information - **Project Name**: vue3-web-wheel - **Description**: 前端的轮子 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-06 - **Last Updated**: 2023-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 轮子 这是基于vue3创建的一个前端轮子,已经配置好路由,并且调试了简单的组件。 可以从这里开始 ## 新建vite项目 ```shell npm create vite@latest ``` ## vue3 [学习script setup 语法糖-CSDN博客](https://blog.csdn.net/m0_62742402/article/details/129536063) ## 运行 ```shell npm install ``` ```shell npm run serve ```