Skip to content

Commit

Permalink
修改 README.md 增加文档链接
Browse files Browse the repository at this point in the history
  • Loading branch information
PengXing committed Jul 6, 2017
1 parent f3633a6 commit 82c96db
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ lavas

基于 Vue 的 PWA 解决方案,帮助开发者快速搭建 PWA 应用,解决开发 PWA 过程中遇到的各种问题。

[DEMO](https://lavas-project.github.io/lavas-demo/appshell/#/) App Shell 生成的简易 DEMO,建议在手机浏览器中打开

lavas 提供了命令行工具,可以通过以下命令进行安装

```bash
Expand All @@ -15,7 +17,15 @@ $ npm install -g lavas
$ lavas init
```

构建部署之后,就拥有 PWA 的体验了。
构建部署之后,您的站点就拥有 PWA 的体验了。


## 文档部分

- [官网](https://lavas.baidu.com) - lavas 的文档都可以在这里找到
- [lavas 文档](https://lavas.baidu.com/guide) - lavas 开发使用文档
- [PWA 文档](https://lavas.baidu.com/doc) - PWA 相关文档


Enjoy it!

0 comments on commit 82c96db

Please sign in to comment.