weex-plugins / app-seed-for-apache-weex

app-seed for Apache Weex is a third party plugin, and is not developed nor maintained by Apache Weex.
29 stars 8 forks source link
vue weex weexpack

weex-app-seed

[npm]() Node Version

weex-app-seed是一款用于快速创建weex vue项目的模版。

Demos

特性

相对于原始weexpack初始化的项目,它具有下面新的特性:

如何使用

首先确保你安装了weexpack,如过没有安装可以执行:

npm install weexpack -g

weexpack文档

git clone https://github.com/weex-plugins/weex-app-start-kit.git first_weex_app

cd first_weex_app && npm install  // 进入目录执行完依赖安装

这样你的weexpack 创建的项目环境就OK了,你可以执行任何weexpack命令了。

这个时候执行weexpack run web/ios/android 就可以预览你的文件了.

Thanks