Skip to content

Commit

Permalink
✨ feat: temp用于上线
Browse files Browse the repository at this point in the history
  • Loading branch information
liliphoenix committed Apr 17, 2024
1 parent fc814bd commit 42e8770
Show file tree
Hide file tree
Showing 62 changed files with 2,881 additions and 42 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"dev:template": "pnpm -C ./packages/server start & pnpm -C ./packages/vite-vue3 dev",
"dev:docs": "pnpm -C ./packages/docs dev:docs",
"dev:server": "pnpm -C ./packages/server start",
"install:temp": "pnpm -C ./template-lite install ",
"build:temp": "pnpm -C ./template-lite build ",
"install:doc": "pnpm -C ./packages/docs install",
"install:tw-ali": "pnpm -C ./packages/cli/template/vite-vue3-tailwind-ali install ",
"install:tw": "pnpm -C ./packages/cli/template/vite-vue3-tailwind install ",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/utils/getDependencies.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import glob, { globSync } from "glob";
import { globSync } from "glob";
import { dependenciesDirectory } from "../core/cz/denpendencyRules/dependcyDiretory";
import { posixGetBasename } from "./pathUtils";
function getDependencies(arr: string[]) {
Expand Down
Binary file modified packages/cli/template/.DS_Store
Binary file not shown.
20 changes: 10 additions & 10 deletions packages/cli/template/vite-vue3-tailwind-ali/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ export {}

declare module 'vue' {
export interface GlobalComponents {
AButton: typeof import('ant-design-vue/es')['Button']
AInputSearch: typeof import('ant-design-vue/es')['InputSearch']
ASelect: typeof import('ant-design-vue/es')['Select']
ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
AStyleProvider: typeof import('ant-design-vue/es')['StyleProvider']
ATable: typeof import('ant-design-vue/es')['Table']
AUpload: typeof import('ant-design-vue/es')['Upload']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Svg: typeof import('./src/components/Svg/index.vue')['default']
AButton: (typeof import('ant-design-vue/es'))['Button']
AInputSearch: (typeof import('ant-design-vue/es'))['InputSearch']
ASelect: (typeof import('ant-design-vue/es'))['Select']
ASelectOption: (typeof import('ant-design-vue/es'))['SelectOption']
AStyleProvider: (typeof import('ant-design-vue/es'))['StyleProvider']
ATable: (typeof import('ant-design-vue/es'))['Table']
AUpload: (typeof import('ant-design-vue/es'))['Upload']
RouterLink: (typeof import('vue-router'))['RouterLink']
RouterView: (typeof import('vue-router'))['RouterView']
Svg: (typeof import('./src/components/Svg/index.vue'))['default']
}
}
Loading

0 comments on commit 42e8770

Please sign in to comment.