# vue3_use **Repository Path**: Vallenbo/vue3_use ## Basic Information - **Project Name**: vue3_use - **Description**: 这个是vue3 教程学习的练习项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-11 - **Last Updated**: 2025-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3, JavaScript, Axios, CSS, vite ## README # vue3_use 这个是vue3 教程学习的练习项目 包含各种前端姿势 文件上传 、 组件化开发 、 路由 、 axios使用 、 pinia使用 ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Type-Check, Compile and Minify for Production ```sh npm run build ``` ### Run Unit Tests with [Vitest](https://vitest.dev/) ```sh npm run test:unit ``` ### Lint with [ESLint](https://eslint.org/) ```sh npm run lint ```