update docs

This commit is contained in:
kmdjs 2017-02-20 17:25:11 +08:00
parent 0662cef27b
commit c81861d38a
2 changed files with 3 additions and 9 deletions

View File

@ -16,7 +16,7 @@ Open and modern framework for building user interfaces.
* 如果想使用Omi框架请阅读 [Omi使用文档](https://github.com/AlloyTeam/omi/tree/master/docs#omi使用文档)
* 如果想一起开发完善Omi框架有更好的解决方案或者思路请阅读 [从零一步步打造web组件化框架Omi](https://github.com/AlloyTeam/omi/tree/master/docs#从零一步步打造web组件化框架omi)
* 关于上面的两类文档,如果你想获得更佳的阅读体验,可以访问[Docs Website](http://alloyteam.github.io/omi/website/docs.html)
* 如果你懒得搭建项目脚手架,可以试试[Scaffolding for Omi](https://github.com/AlloyTeam/omi/tree/master/scaffolding)npm安装omis便可
* 如果你懒得搭建项目脚手架,可以试试[Scaffolding for Omi](https://github.com/AlloyTeam/omi/tree/master/scaffolding)
* 如果你有Omi相关的问题可以[New issue](https://github.com/AlloyTeam/omi/issues/new)
* 如果想更加方便的交流关于Omi的一切可以加入QQ的Omi交流群(256426170)

View File

@ -1,19 +1,13 @@
# Omi脚手架
## Omi脚手架
## 安装omis
``` js
npm install omis
```
你可以修改你的目录名也可通过npm init去修改你的项目信息。
## 安装开发依赖包
``` js
cd omis
npm install
```
当然你可以修改你的目录名也可通过npm init去修改你的项目信息。
## 开发