TypeScript Web-Based IDE

后端 未结 11 1901
暗喜
暗喜 2021-02-01 06:24

Given the fact that TypeScript is Open Source, is this Web-Based IDE also available as a tool that can be downloaded anywhere?

I\'m developing a web application in which

11条回答
  •  被撕碎了的回忆
    2021-02-01 06:35

    I've played with TypeScript Compiler API both in node.js and in the browser. Also with monaco-editor:

    • Playground and COmpiler API examples 100% in the browser https://cancerberosgx.github.io/typescript-in-the-browser/typescript-compiler/
    • TS compiler examples and playground which are evaluated in the server: https://typescript-api-playground.glitch.me
    • And an effort (WIP) to build a TS project editor using monaco-editor and typescript 100% in the browser.
    • more info here: https://github.com/cancerberoSgx/typescript-in-the-browser

    yes, TypeScript and monaco editor look good, enjoy!

提交回复
热议问题