项目作者: w11p3333

项目描述 :
A weex + vue template to build web/Android/iOS project
高级语言: JavaScript
项目地址: git://github.com/w11p3333/weex-start-kit.git
创建时间: 2017-04-11T06:17:46Z
项目社区:https://github.com/w11p3333/weex-start-kit

开源协议:

下载



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

  1. # install node_modules
  2. git clone https://github.com/w11p3333/weex-start-kit.git
  3. cd Web
  4. npm install
  5. # watch for dev
  6. npm run dev
  7. # build for production
  8. npm run build
  9. # copy dist to iOS and Android Project (in MACOS)
  10. npm run copy

iOS

  1. cd iOS/Demo
  2. pod install
  3. # open iOS/Demo/test.xcworkspace

Android

open Android/Demo by Android Studio

  1. make Project -> Run

if installed error

  1. 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