uniapp-v3是基于vue3语法的,在hbuilderx中运行即可
npm install
npm run serve
npm run build
在HBuilderX中导入src文件打包;打包H5手机版可以本地访问;将index.*****.js中的base:"/"修改为base:"./";就可以访问图片路径
1、https://icomoon.io/上制作字体图标
2、https://transfonter.org/上制作base64字体图标(Add Fonts选择fonts/icomoon.ttf;将Family support,Base64 encode两项设置为On,Formats一栏可只勾选woff2)