# uniapp **Repository Path**: xxqqmm/uniapp ## Basic Information - **Project Name**: uniapp - **Description**: 用uni-app开发的DCIM管理系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-12-18 - **Last Updated**: 2022-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # default ## 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) ```