Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ustbhuangyi/slotmachine
a slotMachine base on jQuery ui widget
https://github.com/ustbhuangyi/slotmachine
Last synced: 3 days ago
JSON representation
a slotMachine base on jQuery ui widget
- Host: GitHub
- URL: https://github.com/ustbhuangyi/slotmachine
- Owner: ustbhuangyi
- License: mit
- Created: 2015-02-19T13:19:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-26T15:37:31.000Z (over 9 years ago)
- Last Synced: 2024-04-14T06:33:53.390Z (7 months ago)
- Language: JavaScript
- Size: 393 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slotMachine
a slotMachine base on jQuery ui widget基于jQuery ui widget开发的老虎机游戏
[example page](http://ustbhuangyi.github.io/slotMachine/index.html)
Browser support
浏览器支持
--------------------------------------
most popular browers: ie6+、safari、chrome、firefox、opera ...
大多数主流浏览器:ie6+、safari、chrome、firefox、opera ...
How to build your own slotMachine
如何构建自己的老虎机
----------------------------
Clone a copy of the main slotMachine git repo:
签出项目:
```bash
git clone [email protected]:ustbhuangyi/slotMachine.git
```Install dependences:
安装依赖:
```bash
npm install
```Build:
构建:
```bash
gulp
```The built code of slotMachine will be put in the `dist/` subdirectory
构建后的老虎机代码会放在dist子目录下
Run:
运行:
```bash
gulp serve
```Visit url 'http://localhost:3000/' to see the result
访问url http://localhost:3000/ 查看效果