0.1.0 • Published 6 years ago

h5client v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

h5client

H5 测试客户端

环境搭建

安装以下工具:

  • nodejs

    点击官方页面下载安装:nodejs官网

  • cnpm

    npm install cnpm -g --registry=https://registry.npm.taobao.org
  • gulp

    cnpm install -g gulp

    或者

    npm install -g gulp

更新依赖

cnpm install

或者

npm install

运行

  • NodeJS服务器版

    npm start web

    浏览器键入http://127.0.0.1:12345,来访问。

  • 桌面版

    npm start app

打包发布

暂略