Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 558 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 558 Bytes

一个h5的注册页

技术栈

  • react 目前使用react 15.0
  • webpack目前使用webpack 3.0

开发构建

  • 开发环境: 本地要配置nodejs的开发环境
开发
    git clone https://github.com/huangketong/regist.git
    npm install 
    npm run dev

浏览器打开 http://localhost:8080/

生产构建
    npm run build

build之后直接把build文件夹放到相应的webserver服务器,然后访问其中的index.html