saber

Getting Started

安装 edp

1
npm install edp -g

edp

新建移动SPA项目

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

edpx-mobile

添加模块

1
edp mobile add /

修改模版文件

编辑 src/index.tpl

edit index.tpl

启动测试服务器

1
edp mobile start

start webserver