# Vue3-Fast **Repository Path**: GMCY2020/Vue3-Fast ## Basic Information - **Project Name**: Vue3-Fast - **Description**: Vue3 快速使用 Vue3 Fast Use - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-18 - **Last Updated**: 2025-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: 模板, vue3, Vue ## README # Vue3快速使用 ## 1. 基本信息 - 作者: GMCY - 仓库: [GitHub](https://github.com/GMCY2020/Vue3-Fast) | [Gitee](https://gitee.com/GMCY2020/Vue3-Fast) - 话题(GitHub): [template](https://github.com/topics/template) \ [vue3](https://github.com/topics/vue3) - 创建时间: 2023/12/16 ## 2. 介绍 - 该项目用于 vue3的快速使用 ## 3. 环境 编辑器 - `VSCode` 依赖 - `node.js` >= 18.16.0 - `npm` - `pnpm` 框架 - `vue3` ## 4. 使用 下载依赖 ```sh pnpm install ``` 启动 ```sh pnpm dev ``` 构建 ```sh pnpm build ``` ## 5. 效果图 框架 ![框架](docs/md-01.png) 登录 ![登录](docs/md-02.png)