# webos **Repository Path**: theajack/webos ## Basic Information - **Project Name**: webos - **Description**: Webos terminal Based on HTML5 FileSystem and Alins - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2022-11-20 - **Last Updated**: 2025-01-10 ## Categories & Tags **Categories**: webui **Tags**: None ## README

stars forks version downloads jsdelivr vistor

author license Size TopLang issue Dependent

### 🚀 [webos-term](https://github.com/theajack/webos): 基于 HTML5 FileSystem 的 Web 终端窗口 **[English](https://github.com/theajack/webos/blob/master/README.md) | [在线使用](https://theajack.github.io/webos) | [更新日志](https://github.com/theajack/webos/blob/master/scripts/version.md) | [反馈错误/缺漏](https://github.com/theajack/webos/issues/new) | [Gitee](https://gitee.com/theajack/webos) | [留言板](https://theajack.github.io/message-board/?app=webos)** ## 0 快速开始 [在线地址](https://theajack.github.io/webos) ![](https://shiyix.cn/webos.jpg) ### 0.1 npm 使用 webos 构建你的终端窗口 ``` npm i webos-term ``` ```js import { createTerm } from 'webos-term'; createTerm({ container: 'body' }); ``` ** webos-disk 文件系统操作js库 ** ``` npm i webos-disk ``` 具体使用请参考 [webos-disk.d.ts](https://cdn.jsdelivr.net/npm/webos-disk/dist/webos-disk.d.ts) ### 0.2 cdn ```html ```