Weex小册—从0搭建一个Weex项目

新建项目工程 mkdir weex-starter cd weex-starter npm init -y 然后在根目录下新建index.html文件。 目录结构如下: . ├── index.html └── package.json 安装依