在webstorm 编译小程序
1、添加小程序对应的.wxml和.wxss后缀文件
配置:preferences–>Editor –>File Types
2、scss编译成wxss
a、安装:sudo gem install sass
b、设置scss文件编译为wxss
配置:preferences–>Tools–>File Watchers
3、代码提示插件wechatCode-complete
下载地址:https://github.com/qbright/wechatCode-complete
下载完成后,在File –>Import Setting–选择插件所在的目录,重启webstorm即可开始编译