An open API service indexing awesome lists of open source software.

https://github.com/ecomfe/saber-showcase

使用 saber 创建的 WebApp 示例
https://github.com/ecomfe/saber-showcase

Last synced: 11 months ago
JSON representation

使用 saber 创建的 WebApp 示例

Awesome Lists containing this project

README

          

saber-showcase
===

这是一个采用 [**Fate**](http://ecomfe.github.io/fate) 框架创建的 *同构化* 移动应用,它是 WebApp 版本的 *Startup News* 阅读器。

![screenshot](https://cloud.githubusercontent.com/assets/157338/2828876/6e4d9874-cf9b-11e3-96d9-33f1ef058961.png)

## 本地运行方法

确保你安装了 `edp`,然后进入项目目录,安装依赖:

npm install && edp update -f

启动服务器:

edp mobile start

在浏览器中访问应用:

http://127.0.0.1:8848

## 需要非同构化版本?

我们还有使用 [**saber**](http://ecomfe.github.io/saber) 构建的纯前端 SPA [示例](https://github.com/ecomfe/saber-showcase/tree/2.0/spa)