Gavin Guo

Results 5 comments of Gavin Guo

个人觉得,跟业务逻辑相关的东西,不应该封在接口里面

前端爬存在跨域问题 另外前后端分离目的在于一套api可以供给web/app等多个终端使用,跟爬虫没关系

1. install the plugin ```npm i hexo-asset-pipeline --save``` 2. add config into _config.yml ``` asset_pipeline: revisioning: enable: true clean_css: enable: true uglify_js: enable: true imagemin: enable: true html_minifier: enable: true...