Skip to content

Airubby/uniapp

Repository files navigation

说明

uniapp-v3是基于vue3语法的,在hbuilderx中运行即可

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build
在HBuilderX中导入src文件打包;打包H5手机版可以本地访问;将index.*****.js中的base:"/"修改为base:"./";就可以访问图片路径

base64 字体图标制作

    1、https://icomoon.io/上制作字体图标
    2、https://transfonter.org/上制作base64字体图标(Add Fonts选择fonts/icomoon.ttf;将Family support,Base64 encode两项设置为On,Formats一栏可只勾选woff2)