Skip to content

数字华容道游戏H5版,仿《最强大脑》第五季第一集的某关卡

License

Notifications You must be signed in to change notification settings

Chyrain/number-hua-rong-dao

Repository files navigation

数字华容道

数字华容道游戏H5版

玩法

移动滑块,直到数字按顺序1-15排列

Demo (仅支持手机) 二维码

init

Run this to init project.

npm run init

init includes iconfont build and dll build.

  • build iconfont

Run this after you run npm install, and when you change fonts icon(svg) in src/assets/fonts/.

gulp font:icon
  • build dll

Run this after you run npm install, and when you change lib.

npm run build:dll
  • build dist

Run this when you finish development and need generate to a distribution directory.

npm run build:dist

develop with hot loader

npm start # npm run start

release production

npm run release # equals `npm run build:dll && npm run build:dist`

Others

npm run server	# A server to test distribution
npm run clean 	# Clear dist/ directory

About

数字华容道游戏H5版,仿《最强大脑》第五季第一集的某关卡

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published