https://github.com/ecomfe/saber-showcase
使用 saber 创建的 WebApp 示例
https://github.com/ecomfe/saber-showcase
Last synced: 11 months ago
JSON representation
使用 saber 创建的 WebApp 示例
- Host: GitHub
- URL: https://github.com/ecomfe/saber-showcase
- Owner: ecomfe
- Created: 2014-04-22T09:51:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T10:55:00.000Z (over 10 years ago)
- Last Synced: 2025-05-25T08:05:21.236Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://startupnews.duapp.com
- Size: 118 KB
- Stars: 41
- Watchers: 18
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
saber-showcase
===
这是一个采用 [**Fate**](http://ecomfe.github.io/fate) 框架创建的 *同构化* 移动应用,它是 WebApp 版本的 *Startup News* 阅读器。

## 本地运行方法
确保你安装了 `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)