安装 Node.js (6.x+)
安装后会集成 npm 包管理工具,为了加快安装速度,设置国内镜像
$ npm config set registry https://registry.npm.taobao.org
$ npm install -g create-bfd-app
$ create-bfd-app my-app
$ cd my-app
$ npm start
到此为止,前端环境配置完成,http://127.0.0.1:9000
$ npm run lint
$ npm run build
完成后,myapp 下的 static 目录及 index.html 发送给后台即可,如 Java web 项目下的 webapp 目录
脚手架采用 browser history 控制 URL,服务器也需要做相应的配置。