vite-plugin-uni-platform-loader 一个基于vite的,在uniapp中使用的插件。会根据当前编译的平台(默认是h5)自动加载对应的文件。 例如:h5平台默认加载index.vue;微信小程序平台会加载index.mp-weixin.vue,若没有则加载index.vue。 安装 在.npmrc中指定镜像 vite-plugin-uni-platform-loader:registry=https://registry...
uni-helper/vite-plugin-uni-platformPublic Sponsor NotificationsYou must be signed in to change notification settings Fork0 Star10 Actions All workflows Showing runs from all workflows 3 workflow runs chore: release v0.0.4Release#4:Commit931f7e7pushed byKeJunMao ...
vitepluginuniplatformmodifier是一个用于Vite构建工具的插件,它为属性和指令提供了平台修饰符,并根据需要进行编译。 该插件的主要目的是使开发人员能够根据不同的平台需求,对属性和指令进行相应的修饰和编译处理。通过使用平台修饰符,开发人员可以在同一代码库中编写跨平台的应用程序,并根据不同平台的要求进行定制化的处理...
基于文件名 (*..*) 的按平台编译插件. Contribute to uni-helper/vite-plugin-uni-platform development by creating an account on GitHub.
https://github.com/KeJunMao/vite-plugin-uni-pages/tree/platform-pages subpages 还没有支持 h5 和 mp 应该完美支持 app 的话要求必须有回退文件 page.vue, 不能只有 page.app.vue app 的话仅支持 app 还没支持 app-android , app-ios, 可能要改下 uni-env 依赖 这个事成了的话, 感觉可以开个新仓...
import UniPlatform from "@uni-helper/vite-plugin-uni-platform"; import UniPages from "@uni-helper/vite-plugin-uni-pages"; import { platform } from "@uni-helper/uni-env"; export default defineConfig({ plugins: [ UniPlatform(), UniPages({ onBeforeWriteFile(ctx) { const pagesMap = new ...