Skip to content

Commit

Permalink
feat:添加uni-pkg-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
snice committed Sep 26, 2024
1 parent 17553bc commit 5d8ad18
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ export default defineConfig({
{
text: 'uni-app插件package.json生成',
link: '/tools/uni-plugin-pkg'
},
{
text: 'uni-app(x)离线打包工具辅助',
link: '/tools/uni-pkg-cli'
}
]
}
Expand Down
6 changes: 6 additions & 0 deletions docs/components/uni-pkg-cli.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<template>
<div>uni-pkg</div>
</template>
<script setup>
</script>
<style scoped></style>
13 changes: 13 additions & 0 deletions docs/tools/uni-pkg-cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
outline: deep
---

# uni-app(x)离线打包工具辅助

---

<script setup>
import UniPkgCli from '../components/uni-pkg-cli.vue'
</script>

<uni-package />

0 comments on commit 5d8ad18

Please sign in to comment.