项目作者: you85630

项目描述 :
weex demo
高级语言: JavaScript
项目地址: git://github.com/you85630/weex-Demo.git
创建时间: 2018-03-28T05:55:36Z
项目社区:https://github.com/you85630/weex-Demo

开源协议:

下载


Commands

npm start

Starts the development server for you to preview your weex page on browser.
You can also scan the QR code using weex playground to preview weex page on native.

npm run dev

Open the code compilation task in watch mode.

weex platform add ios

npm run ios

(Mac only, requires Xcode)
Starts the development server and loads your app in an iOS simulator.

weex platform add android

npm run android

(Requires Android build tools)
Starts the development server and loads your app on a connected Android device or emulator.

npm run pack:ios

(Mac only, requires Xcode)
Packaging ios project into ipa package.

npm run pack:android

(Requires Android build tools)
Packaging android project into apk package.

npm run pack:web

Packaging html5 project into web/build folder.

npm run test

Starts the test runner.

weexDemo

基本完成H5端,ios端调试
1111