跨平臺的Web開發工具:Dart Editor

Dart Editor是 Google開發設計的,旨在幫助開發者制作光亮而驚嘆的Web應用。Dart Editor支持多種開發語言,同時也集成了Dartium。通過它的靜態分析引擎,你可以創建,維護,調試和開發自己的Web應用。函數、類、方法等都 能以樹的結構列出來,方便你編寫代碼。
下載Dart Editor
Windows (Vista,7,8)
- 下載Dart+Editor:Download Dart + Editor (64-bit Windows)、Download Dart + Editor (32-bit Windows) </ul>
- 下載Dart SDK:Download Dart SDK (64-bit Windows)、Download Dart SDK (32-bit Windows) </ul>
- 下載Dartium(用于開發web應用,比如神經貓):Download Dartium ( Windows) </ul>
- 獲取64位 Dart SDK </ul>
Linux
# 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</pre> <ul>
#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</pre> <ul>
- 下載Dartium(用于開發web應用,比如神經貓):Download Dartium ( Linux) </ul>
- 下載Dart Editor:Download Dart + Editor (Mac) </ul>
Mac
原文: http://muzi.info/2014/2949/dart-editor.html
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!