1 Star 1 Fork 1

theajack / webos

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
README.cn.md 3.26 KB
Copy Edit Raw Blame History
theajack authored 2022-11-20 19:47 . feat: readme visitor

stars forks version downloads jsdelivr vistor

author license Size TopLang issue Dependent

🚀 webos-term: 基于 HTML5 FileSystem 的 Web 终端窗口

English | 在线使用 | 更新日志 | 反馈错误/缺漏 | Gitee | 留言板

0 快速开始

在线地址

0.1 npm

使用 webos 构建你的终端窗口

npm i webos-term
import { createTerm } from 'webos-term';

createTerm({
    container: 'body'
});

** webos-disk 文件系统操作js库 **

npm i webos-disk

具体使用请参考 webos-disk.d.ts

0.2 cdn

<script src="https://cdn.jsdelivr.net/npm/webos-term"></script>
<script>
    Webos.createTerm({
        container: 'body'
    });
</script>
TypeScript
1
https://gitee.com/theajack/webos.git
git@gitee.com:theajack/webos.git
theajack
webos
webos
master

Search