配置开发环境

准备工作

  1. cd ~/Documents/ppmessage/ppmessage/ppcom
  2. bower install
  3. cd ./gulp
  4. npm install
  5. gulp

注意事项

开发时需要执行gulp watch 任务

  1. cd ~/Documents/ppmessage/ppmessage/ppcom/gulp
  2. gulp watch

添加新js文件时,需要同时更新 gulp/build.config.js。