# ostool **Repository Path**: yangyxd/ostool ## Basic Information - **Project Name**: ostool - **Description**: 在线工具 - **Primary Language**: HTML/CSS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-31 - **Last Updated**: 2025-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 在线工具 [开始使用 Github](https://yangyxd.github.io/ostool/dist/index.html) [开始使用 Gitee](http://yangyxd.gitee.io/ostool/#/root) ## 主要功能 * xxx ## 安装步骤 ```angular2 npm install // 安装项目依赖,等待安装完成之后,安装失败可用 cnpm 或 yarn // 执行构建命令,生成的dist文件夹放在服务器下即可访问 npm run build // 开启服务器,浏览器访问 http://localhost:8080 npm run serve 或 npm run dev ``` ## 注意事项 ## 根仓库换源 ```angular2 // 淘宝仓库 npm config set registry https://registry.npm.taobao.org/ // 官方仓库 npm config set registry http://www.npmjs.org ``` ## License [MIT](https://github.com/lin-xin/vue-manage-system/blob/master/LICENSE)