vue uni-app installation

vue uni-app installation

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

Open the WeChat developer tool to import the project and
Insert picture description here
choose to enter the dist\dev\mp-weixin directory
Insert picture description here
Insert picture description here

sass installation

Install command

npm install sass-loader node-sass

use

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

Guess you like

Origin blog.csdn.net/weixin_45742032/article/details/112967352