TianJiaDaShao / weex-start-kit

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 61.0%Language:Java 18.7%Language:Objective-C 14.0%Language:Vue 3.4%Language:Smarty 1.5%Language:HTML 0.9%Language:CSS 0.3%Language:Ruby 0.2%Language:Shell 0.1%