Skip to content
treelite edited this page Apr 30, 2014 · 2 revisions

一分钟入门

安装 edp

npm install edp -g

image

新建移动SPA项目

# 第一次使用mobile相关命令会自动安装edpx-mobile
edp mobile init spa

image

添加模块

edp mobile add /

修改模版文件

编辑src/index.tpl

image

启动测试服务器

edp mobile start

image