# kook **Repository Path**: gsrupass/kook ## Basic Information - **Project Name**: kook - **Description**: 用于拉去代码的分支,可以拉取合并 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-26 - **Last Updated**: 2025-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kook-talk 此模板应该可以帮助您开始在 Vite 中使用 Vue 3 进行开发. ## 推荐的 IDE 设置 ## Customize configuration 参见 [Vite 配置参考](https://vite.dev/config/). ## 项目设置 ```sh pnpm install ``` ### 用户开发的环境启动项 ```sh pnpm run dev ``` ### 编译生产 ```sh pnpm run build ``` ### 运行单元测试 [Vitest](https://vitest.dev/) p ```sh pnpm run test:unit ``` ### 运行端到端测试 [Cypress](https://www.cypress.io/) ```sh pnpm run test:e2e:dev ``` 这将针对 Vite 开发服务器运行端到端测试。 它比生产版本快得多。 但仍然建议在部署之前使用 'test:e2e' 测试生产版本(例如在 CI 环境中): ```sh pnpm run build pnpm run test:e2e ``` ### Lint with [ESLint](https://eslint.org/) ```sh pnpm run lint ```