1 Star 1 Fork 1

theajack / webos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 3.28 KB
一键复制 编辑 原始数据 按行查看 历史
theajack 提交于 2022-11-20 19:47 . feat: readme visitor

stars forks version downloads jsdelivr vistor

author license Size TopLang issue Dependent

🚀 webos-term: HTML5 FileSystem-based web terminal window

中文 | Use Online | Changelog | Feedback Errors/Missing Points | Gitee | Message Board

0 Quick start

Online Address

0.1 npm

Use WebOS to build your terminal window

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

createTerm({
    container: 'body'
});

** WebOS-Disk File System Operations JS Library **

npm i webos-disk

For details, please refer to 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

搜索帮助