# rubikCube **Repository Path**: justsosu/rubik-cube ## Basic Information - **Project Name**: rubikCube - **Description**: vue+typescript实现魔方。理论上支持n阶。高阶因dom渲染限制,会出现卡顿,后面有机会通过canvas实现视图,再往后, 需要通过算法优化数据提示性能 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-16 - **Last Updated**: 2023-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rubikcube ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Run your unit tests ``` yarn test:unit ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).