vue uni-app安装

vue uni-app安装

npm install -g @vue/cli
//创建项目
vue create -p dcloudio/uni-preset-vue  项目名
//进入项目目录下启动项目
npm run dev:mp-weixin

打开微信开发者工具导入项目
在这里插入图片描述
选择进入dist\dev\mp-weixin目录下
在这里插入图片描述
在这里插入图片描述

sass安装

安装命令

npm install sass-loader node-sass

使用

<style lang="scss">
</style>

猜你喜欢

转载自blog.csdn.net/weixin_45742032/article/details/112967352