❏ 站外平台:

Dart Editor——跨平台的开发工具

| 2014-11-27 09:41   评论: 6 收藏: 1 分享: 6    

Dart Editor是Google开发设计的,旨在帮助开发者制作光亮而惊叹的Web应用。Dart Editor支持多种开发语言,同时也集成了Dartium。通过它的静态分析引擎,你可以创建,维护,调试和开发自己的Web应用。函数、类、方法等都能以树的结构列出来,方便你编写代码。

下载Dart Editor

Windows (Vista,7,8)

Linux

  • 获取64位 Dart SDK
# Enable HTTPS for apt.
$ sudo apt-get update
$ sudo apt-get install apt-transport-https
# Get the Google Linux package signing key.
$ sudo sh -c 'curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -'
# Set up the location of the stable repository.
$ sudo sh -c 'curl https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart_stable.list'
$ sudo apt-get update
$ sudo apt-get install dart
  • paolorotolo提供的PPA安装:
#64位
sudo apt-add-repository ppa:paolorotolo/dart-editor sudo apt-get update sudo apt-get install dart-editor-amd64
#32位
sudo apt-add-repository ppa:paolorotolo/dart-editor
sudo apt-get update
sudo apt-get install dart-editor-i386

Mac



最新评论

微博评论 2014-11-27 22:03 2 回复
mark
微博评论 2014-11-27 11:33 2 回复
mark
微博评论 2014-11-27 10:33 2 回复
@我的印象笔记
微博评论 2014-11-27 10:03 2 回复
@我的印象笔记
微博评论 2014-11-27 10:03 2 回复
NICE.
微博评论 2014-11-27 10:03 2 回复
@我的印象笔记

返回顶部

分享到微信

打开微信,点击顶部的“╋”,
使用“扫一扫”将网页分享至微信。