Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 811 Bytes

File metadata and controls

28 lines (21 loc) · 811 Bytes

GridFunny

一个学习Canvas的例子,创建一个表格,然后基于表格填充内容

DEMO

canvas event

start

$ git clone https://github.com/honwlee/GridFunny.git

$ cd GridFunny; npm install

$ npm start

access

http://localhost:5000

pages

http://localhost:5000 http://localhost:5000/test

http://localhost:5000/test?file=event

file参数是public/javascripts/src/tests 文件目录下的文件名,比如上面url中指向的是event.js

Contributors

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -m 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request