JSPM

@dcloudio/uni-app-plus

3.0.0-alpha-4070220250613001
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5853
  • Score
    100M100P100Q121505F
  • License Apache-2.0

@dcloudio/uni-app-plus

Package Exports

  • @dcloudio/uni-app-plus/dist/style.css
  • @dcloudio/uni-app-plus/dist/uni-app-view.umd.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@dcloudio/uni-app-plus) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@dcloudio/uni-app-plus

uni-app 处理 App。

包含 uni-app-x 内置 api/components 等逻辑

项目结构

本身是一个 vite 项目,存在 vite.config.tsx.vite.config.ts 两个配置文件。

处理 uni-app-x

通过 node scripts/build.js uni-app-plus 运行编译时候,会通过 vite build --config x.vite.config.ts

最终得到 dist/uni.x.runtime.esm.js,后续其他项目会依赖产物进一步处理。

参与贡献

uni-app-x

如果你想参与到 uni-app-x 的贡献中,你可以着重了解 src/x 目录。