# 仿Blender窗口操作 **Repository Path**: ycbrmsn/window-manager ## Basic Information - **Project Name**: 仿Blender窗口操作 - **Description**: 模仿Blender的窗口操作功能,目前实现了一半。 - **Primary Language**: JavaScript - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-22 - **Last Updated**: 2023-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # window-manager 模仿Blender的窗口操作功能。目前只实现了一半。 eslint的配置也有点问题,这个最后再来改。 ## 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 ``` ### Run End-to-End Tests with [Cypress](https://www.cypress.io/) ```sh npm run build npm run test:e2e # or `npm run test:e2e:ci` for headless testing ``` ### Lint with [ESLint](https://eslint.org/) ```sh npm run lint ```