查看node版本 node -v
全局安装 cnpm install -g @vue/cli
查看vue版本 vue -V
安装项目 vue create xiangmuming
安装成功
M端安装postcss-px2rem npm i postcss-px2rem npm install --save lib-flexible
打开 package.json
复制
"postcss": {
"plugins": {
"autoprefixer": {},
"postcss-px2rem": {
"remUnit": 75
}
}
}
保存 运行项目 npm run serve
安装成功
安装swiper3.4.2 npm install swiper@3.4.2 --save-dev