Skip to content

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

Notifications You must be signed in to change notification settings

persistin/weex-start-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 81.7%
  • JavaScript 10.8%
  • Java 3.3%
  • Shell 2.0%
  • C 1.0%
  • Vue 0.6%
  • Other 0.6%