快速上手
从一个最小 Web 应用开始,补上 manifest,然后打包发布。
创建项目
mkdir hello-appist
cd hello-appist
printf "<h1>Hello Appist</h1>" > index.html 添加 manifest
{
"id": "ist.application.demo.hello",
"slug": "hello",
"name": "Hello",
"version": "0.1.0",
"entry": "index.html",
"category": "demo",
"egress": []
} 发布
当前 CLI 仍在整理中。临时流程是从 Console 的“我的应用”上传 .lfa 包。