# code4x-ui **Repository Path**: code4x/code4x-ui ## Basic Information - **Project Name**: code4x-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-16 - **Last Updated**: 2024-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # code4x-ui 这是一个练习项目 ## 安装依赖 ```sh pnpm install ``` ### 启动开发服务器 ```sh pnpm dev ``` ### 打包 ```sh pnpm build ``` ### 使用[Vitest](https://vitest.dev/)做单元测试 ```sh pnpm test:unit ``` ### 使用[ESLint](https://eslint.org/)规范项目 ```sh pnpm lint ```