Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 215 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 215 Bytes

ShenJS Online Comminucation

Page http://jsconf.cn/shenjs-nav/

Build Page

Build with Webpack:

  • Development
npm i
gulp html
webpack-dev-server --hot --host=0.0.0.0
  • Build
gulp build