Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imweb/ques
An new architecture which deal with how to implement and use a component
https://github.com/imweb/ques
Last synced: 28 days ago
JSON representation
An new architecture which deal with how to implement and use a component
- Host: GitHub
- URL: https://github.com/imweb/ques
- Owner: imweb
- Created: 2014-12-18T15:27:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T07:28:37.000Z (over 8 years ago)
- Last Synced: 2024-04-14T11:07:33.121Z (9 months ago)
- Language: JavaScript
- Homepage: http://miniflycn.github.io/Ques/
- Size: 4.9 MB
- Stars: 62
- Watchers: 11
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Ques
====> An new architecture which deal with how to implement and use a component
>
> Website: http://miniflycn.github.io/Ques/`[Warning] This project is under heavy development. Not ready for primetime.`
### 演示
* 编辑过程
![i](https://cloud.githubusercontent.com/assets/2239584/5889955/d24e8814-a47b-11e4-9a6e-0b2abf03b14c.gif)
[清晰动画 >>](https://cloud.githubusercontent.com/assets/2239584/5889906/bf180eac-a479-11e4-9564-0a9d8da22793.gif)
### 快速开始
* 安装依赖
> npm install* 运行学习环境
> gulp learn* 浏览DEMO
打开浏览器,打开页面:http://localhost:3000/learn### 基本命令
* 启动学习环境
> gulp learn
打开浏览器,打开页面:http://localhost:3000/learn
* 启动开发环境
> gulp app
打开浏览器,打开页面:http://localhost/index.html
* 构建
> gulp
生成到dist文件夹,具体请参见`gulpfile.js`。
* 升级
> gulp update
更新到`miniflycn/Ques`主干的最新版本。
用户
----[![齐齐互动视频](http://www.qxiu.com/2014/images/logo_qi.jpg)](http://www.qxiu.com/)
[![QQ群](http://qplus3.idqqimg.com/qun/portal/img/logo2.png)](http://qun.qq.com/)
[![家校群](https://cloud.githubusercontent.com/assets/2239584/7838577/283888ca-04c0-11e5-98a2-adc49360eb2a.png)](http://qun.qq.com/homework/)
## License
(The MIT License)Copyright (c) 2014-2015 Daniel Yang
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.