# hello-vue3 **Repository Path**: lewislk/hello-vue3 ## Basic Information - **Project Name**: hello-vue3 - **Description**: vue3学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-15 - **Last Updated**: 2024-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hello-vue3 ## 命令 - 项目初始化 ```sh pnpm install ``` - 本地运行 ```sh pnpm dev ``` - 编译打包 ```sh pnpm build ``` ## 技术栈 | 框架 | 说明 | 链接 | | ------------------- | ---------------------- | ---------------------------- | | vue v3.4.29 | 渐进式 JavaScript 框架 | https://cn.vuejs.org/ | | vue-router v4.3.3 | Vue.js 的官方路由 | https://router.vuejs.org/zh/ | | pinia v2.1.7 | Vue.js 状态管理库 | https://pinia.vuejs.org/zh/ | | vite v5.3.1 | 构建工具 | https://cn.vitejs.dev/ | | arco-design v2.55.3 | 字节UI框架 | https://arco.design/ | | sass v1.77.6 | css扩展语言 | https://www.sass.hk/ |