Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/ 查看效果