Skip to content

w11p3333/weex-start-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BuildStatus Build Status License Welcome PR

Intro

weex-start-kit is a simple template for building mobile cross-platform project

Preview

Web

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

MIT

Copyright (c) 2017-present, AppleCatKay

About

A weex + vue template to build web/Android/iOS project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published