X Tutup
The Wayback Machine - https://web.archive.org/web/20200911093855/https://github.com/Coding/WebIDE-Plugin-SDK
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

WebIDE-Plugin-SDK

  • build your plugin
  • offer sdk apis for coding webide plugins
  • dev your apps with remote hotReload

dev plugin with main project

config PACKAGE_SERVER env when running main project run yarn run dev in main project

dev sdk with plugin

link the project to the plugin node modules

build

you can use this sdk to build the plugin to required format PACKAGE_DIR=ssh://XXX.git yarn run build output to the ./dist

main
├── dist
│   ├── 0.0.1-alpha.04        // 版本号
│   ├── ├── index.js          // jsbundle
│   ├── ├── manifest.json     // 插件描述
│   └── ...          // 其他文件
└──

sdk api

todo

  • improve basic sdks
  • build in local env
  • readme
  • tests

changelog

About

coding webide plugin frontend sdk

Resources

Packages

No packages published
You can’t perform that action at this time.
X Tutup