# v-element **Repository Path**: yintat/v-element ## Basic Information - **Project Name**: v-element - **Description**: No description available - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-11 - **Last Updated**: 2024-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # v-element This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Type Support for `.vue` Imports in TS TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types. ## Customize configuration See [Vite Configuration Reference](https://vitejs.dev/config/). ## 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 ``` ``` 更新项目 进入项目目录,进行更改: cd 项目目录 ``` ``` 提交更改 将更改提交到本地仓库: git add . # 添加所有更改的文件到暂存区 git commit -m "提交信息" # 提交更改到本地仓库 ``` ``` 推送到 Gitee 将本地仓库的更改推送到 Gitee: git push origin master # 假设您要更新的是 master 分支 ``` ``` Unit test npx vitest Button ``` ``` vitepress run npm run docs:dev ```