wx-component一种微信小程序组件化解决方案使用拷贝文件拷贝src路径下的所有文件到项目里,例如到libs/目录下引用在app.js中引用wx-component组件app.jsrequire("/libs/wx-component/index")...App({onLaunch(){},globalData:{...}})推荐的目录结构├─project小程序前端├─components业务功能组件├─login登录组件├─index.wxss