Skip to content

Latest commit

 

History

History
36 lines (17 loc) · 439 Bytes

README.md

File metadata and controls

36 lines (17 loc) · 439 Bytes

bfms

A Solution for Front End Multiple Pages Architecture separating front end and back end

Build Setup

# install dependencies
npm install -d

# Chinese client
npm install -d --registry=https://registry.npm.taobao.org


# serve with hot reload at localhost:3000
npm start (npm run start)


# build project to release
gulp build


# test releasing files

gulp serve

License

Licensed under the MIT license.