Skip to content

smancang/weex-ide

 
 

Repository files navigation

Weex IDE

To Use

Download DMG

Start With Source

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone [email protected]:weexteam/weex-ide.git
# Go into the repository
cd weex-ide
# Install dependencies and run the app
npm install && npm start

Build App/Installer

By default, the project will build an electron app and an installerd for OSX(darwin x64), if you want to build for anthor platform, please see electron-packager for help.

npm run build

Then you'll find package/Weex IDE.dmg.

About the QRCode

Basicly, the Weex IDE will open a tcp connetion at 8999 port to show the qrcode. If the port number is used, please configure the server-port field in Weex IDE.app/Contents/Resources/app/config.json file.

About

A simple IDE for quickly experiencing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%