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
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
.
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.