uniapp 配置项目基础路径
在manifest.json文件中
在manifest.json文件中
webpck不能编译这个属性-webkit-box-orient: vertical
https://github.com/fanyifanbumaimeng/Articles/issues/48
/* autoprefixer: ignore next */
-webkit-box-orient: vertical;
autoprefixer版本是6.3.3,用 autoprefixer: off /可以解决问题,用/ autoprefixer: ignore next /不行。新版本,所以使用/ autoprefixer: ignore next */是可以的。
NODE中经常会用到process.env.NODE_ENV来判断当前环境,因为使用的系统是windows,在sublime text下安装terminal插件后,默认启动的时Powershell,