weex-start-kit is a simple template for building mobile cross-platform project
iOS/Android
Using playground scan the code
# install node_modules
git clone https://github.com/w11p3333/weex-start-kit.git
cd Web
npm install
# watch for dev
npm run dev
# build for production
npm run build
# copy dist to iOS and Android Project (in MACOS)
npm run copy
cd iOS/Demo
pod install
# open iOS/Demo/test.xcworkspace
open Android/Demo by Android Studio
make Project -> Run
if installed error
clean Project -> Rebuild Project -> Run
see article
2017.5.25 first commit
2017.6.22 update to webpack 3.0
Copyright (c) 2017-present, AppleCatKay