快速上手
本节将介绍如何在项目中使用 dolphin-weex-ui。
新建项目中使用 dolphin-weex-ui
使用 dolphin-weex-cli 初始化项目,新项目中已经集成了dolphin-weex-ui,命令如下
npm install -g dolphin-weex-cli
mkdir my-project && cd my-project
dolphin init webpack
1
2
3
旧项目中使用 dolphin-weex-ui
安装 dolphin-weex-ui,命令如下
npm install -S dolphin-weex-ui
1