# starry-sky-brower-base **Repository Path**: daoke-admin/starry-sky-brower-base ## Basic Information - **Project Name**: starry-sky-brower-base - **Description**: 繁星浏览器底层 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-28 - **Last Updated**: 2022-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 项目相关 ### Windows 确保您已安装构建工具。您可以通过以管理员身份运行以下命令来安装它们: ```bash $ npm i -g windows-build-tools ``` ```bash $ yarn # 安装所需的依赖项 $ yarn rebuild # 使用 Electron 头文件重建原生模块。 $ yarn dev # 在开发模式下运行 ``` ### More commands ```bash $ yarn compile-win32 # Windows 打包 $ yarn compile-linux # linux 打包 $ yarn compile-darwin # mac os 打包 $ yarn lint # 运行 linter $ yarn lint-fix # 运行 linter-fix ``` # Documentation 指南和 API 参考位于 [`docs`](docs) 目录中