weex-start-kit
weex-start-kit copied to clipboard
A weex + vue template to build web/Android/iOS project
Intro
weex-start-kit is a simple template for building mobile cross-platform project
Preview
iOS/Android
Using playground scan the code
Usage
web
# 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
iOS
cd iOS/Demo
pod install
# open iOS/Demo/test.xcworkspace
Android
open Android/Demo by Android Studio
make Project -> Run
if installed error
clean Project -> Rebuild Project -> Run
Q&A
see article
Changelog
2017.5.25 first commit
2017.6.22 update to webpack 3.0
License
Copyright (c) 2017-present, AppleCatKay