@moluoxixi/create-app 2.0.443 → 2.0.444
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/dist/commands/create.js +0 -1
- package/dist/core/projectAtom.d.ts +43 -0
- package/dist/core/projectAtom.js +146 -0
- package/dist/core/projectOutput.d.ts +11 -0
- package/dist/core/projectOutput.js +402 -0
- package/dist/core/template.js +5 -0
- package/dist/generators/project.js +4 -1
- package/dist/types/features.d.ts +0 -2
- package/dist/types/features.js +0 -2
- package/package.json +2 -1
- package/templates/common/base/node_modules/.bin/autoprefixer +2 -2
- package/templates/common/base/node_modules/.bin/browserslist +4 -4
- package/templates/common/base/node_modules/.bin/jiti +4 -4
- package/templates/common/base/node_modules/.bin/sass +2 -2
- package/templates/common/base/node_modules/.bin/uuid +2 -2
- package/templates/common/base/node_modules/.bin/vite +2 -2
- package/templates/common/base/node_modules/.bin/yaml +4 -4
- package/templates/common/base/package.json +2 -4
- package/templates/common/features/eslint/node_modules/.bin/browserslist +4 -4
- package/templates/common/features/eslint/node_modules/.bin/eslint +2 -2
- package/templates/common/features/eslint/node_modules/.bin/jiti +4 -4
- package/templates/common/features/eslint/node_modules/.bin/sass +4 -4
- package/templates/common/features/eslint/node_modules/.bin/vite +17 -0
- package/templates/common/features/eslint/node_modules/.bin/vitest +4 -4
- package/templates/common/features/eslint/node_modules/.bin/yaml +4 -4
- package/templates/common/features/husky/node_modules/.bin/commitizen +2 -2
- package/templates/common/features/husky/node_modules/.bin/commitlint +2 -2
- package/templates/common/features/husky/node_modules/.bin/cz +2 -2
- package/templates/common/features/husky/node_modules/.bin/cz-cust +2 -2
- package/templates/common/features/husky/node_modules/.bin/cz-customizable +2 -2
- package/templates/common/features/husky/node_modules/.bin/git-cz +2 -2
- package/templates/react/base/env.d.ts +1 -0
- package/templates/react/base/node_modules/.bin/jiti +4 -4
- package/templates/react/base/node_modules/.bin/sass +4 -4
- package/templates/react/base/node_modules/.bin/vite +4 -4
- package/templates/react/base/node_modules/.bin/yaml +4 -4
- package/templates/react/features/manualRoutes/tsconfig.base.json +0 -1
- package/templates/react/features/pageRoutes/node_modules/.bin/jiti +4 -4
- package/templates/react/features/pageRoutes/node_modules/.bin/sass +4 -4
- package/templates/react/features/pageRoutes/node_modules/.bin/vite +4 -4
- package/templates/react/features/pageRoutes/node_modules/.bin/yaml +4 -4
- package/templates/react/features/pageRoutes/package.json +0 -1
- package/templates/react/features/pageRoutes/tsconfig.base.json +0 -1
- package/templates/react/features/sentry/package.json +1 -3
- package/templates/react/features/zustand/tsconfig.base.json +0 -1
- package/templates/react/micro-frontends/qiankun/base/node_modules/.bin/jiti +4 -4
- package/templates/react/micro-frontends/qiankun/base/node_modules/.bin/sass +4 -4
- package/templates/react/micro-frontends/qiankun/base/node_modules/.bin/vite +2 -2
- package/templates/react/micro-frontends/qiankun/base/node_modules/.bin/yaml +4 -4
- package/templates/react/micro-frontends/qiankun/base/package.json +1 -2
- package/templates/react/micro-frontends/qiankun/base/tsconfig.base.json +0 -1
- package/templates/vue/base/atom.mjs +26 -0
- package/templates/vue/base/env.d.ts +1 -0
- package/templates/vue/base/node_modules/.bin/jiti +17 -0
- package/templates/{react/features/sentry → vue/base}/node_modules/.bin/sass +4 -4
- package/templates/vue/{features/sentry → base}/node_modules/.bin/tsx +2 -2
- package/templates/vue/base/node_modules/.bin/vite +17 -0
- package/templates/vue/base/node_modules/.bin/vue-tsc +2 -2
- package/templates/vue/{features/sentry → base}/node_modules/.bin/yaml +4 -4
- package/templates/vue/base/package.json +1 -0
- package/templates/vue/base/src/types/index.ts +16 -0
- package/templates/vue/features/element-plus/atom.mjs +35 -0
- package/templates/vue/features/element-plus/node_modules/.bin/parser +4 -4
- package/templates/vue/features/element-plus/package.json +3 -2
- package/templates/vue/features/element-plus/src/components/SubMenu/src/index.vue +1 -1
- package/templates/vue/features/i18n/atom.mjs +11 -0
- package/templates/vue/features/pageRoutes/atom.mjs +15 -0
- package/templates/vue/features/pageRoutes/node_modules/.bin/jiti +4 -4
- package/templates/vue/features/pageRoutes/node_modules/.bin/sass +4 -4
- package/templates/vue/features/pageRoutes/node_modules/.bin/vite +4 -4
- package/templates/vue/features/pageRoutes/node_modules/.bin/yaml +4 -4
- package/templates/vue/features/pageRoutes/package.json +0 -1
- package/templates/vue/features/pinia/atom.mjs +11 -0
- package/templates/vue/features/sentry/atom.mjs +35 -0
- package/templates/vue/features/sentry/package.json +1 -3
- package/templates/vue/micro-frontends/qiankun/base/atom.mjs +19 -0
- package/templates/vue/micro-frontends/qiankun/base/node_modules/.bin/jiti +4 -4
- package/templates/vue/micro-frontends/qiankun/base/node_modules/.bin/sass +4 -4
- package/templates/vue/micro-frontends/qiankun/base/node_modules/.bin/vite +2 -2
- package/templates/vue/micro-frontends/qiankun/base/node_modules/.bin/yaml +4 -4
- package/templates/vue/micro-frontends/qiankun/base/package.json +0 -2
- package/templates/vue/micro-frontends/qiankun/base/src/types/index.ts +16 -0
- package/templates/vue/micro-frontends/qiankun/features/element-plus/node_modules/.bin/jiti +4 -4
- package/templates/vue/micro-frontends/qiankun/features/element-plus/node_modules/.bin/parser +4 -4
- package/templates/vue/micro-frontends/qiankun/features/element-plus/node_modules/.bin/sass +4 -4
- package/templates/vue/micro-frontends/qiankun/features/element-plus/node_modules/.bin/vite +4 -4
- package/templates/vue/micro-frontends/qiankun/features/element-plus/node_modules/.bin/yaml +4 -4
- package/templates/vue/micro-frontends/qiankun/features/element-plus/package.json +3 -2
- package/templates/vue/micro-frontends/qiankun/features/element-plus/src/components/SubMenu/src/index.vue +1 -1
- package/templates/vue/micro-frontends/qiankun/features/manualRoutes/node_modules/.bin/jiti +4 -4
- package/templates/vue/micro-frontends/qiankun/features/manualRoutes/node_modules/.bin/sass +4 -4
- package/templates/vue/micro-frontends/qiankun/features/manualRoutes/node_modules/.bin/vite +4 -4
- package/templates/vue/micro-frontends/qiankun/features/manualRoutes/node_modules/.bin/yaml +4 -4
- package/templates/vue/micro-frontends/qiankun/features/pageRoutes/node_modules/.bin/jiti +4 -4
- package/templates/vue/micro-frontends/qiankun/features/pageRoutes/node_modules/.bin/sass +4 -4
- package/templates/vue/micro-frontends/qiankun/features/pageRoutes/node_modules/.bin/vite +4 -4
- package/templates/vue/micro-frontends/qiankun/features/pageRoutes/node_modules/.bin/yaml +4 -4
- package/templates/vue/micro-frontends/qiankun/features/pageRoutes/package.json +0 -1
- package/templates/common/base/node_modules/.bin/parser +0 -17
- package/templates/common/base/node_modules/.bin/rollup +0 -17
- package/templates/common/base/node_modules/.bin/terser +0 -17
- package/templates/common/base/vite/index.ts +0 -54
- package/templates/common/base/vite.config.ts +0 -58
- package/templates/common/features/eslint/node_modules/.bin/terser +0 -17
- package/templates/react/base/node_modules/.bin/terser +0 -17
- package/templates/react/base/src/main/index.ts +0 -34
- package/templates/react/base/src/main.tsx +0 -34
- package/templates/react/features/ant-design/src/main/features/ant-design.ts +0 -21
- package/templates/react/features/i18n/src/main/features/i18n.ts +0 -19
- package/templates/react/features/pageRoutes/node_modules/.bin/browserslist +0 -17
- package/templates/react/features/pageRoutes/node_modules/.bin/parser +0 -17
- package/templates/react/features/pageRoutes/node_modules/.bin/rollup +0 -17
- package/templates/react/features/pageRoutes/node_modules/.bin/terser +0 -17
- package/templates/react/features/pageRoutes/node_modules/.bin/tsc +0 -17
- package/templates/react/features/pageRoutes/node_modules/.bin/tsserver +0 -17
- package/templates/react/features/pageRoutes/vite/features/pageRoutes.ts +0 -15
- package/templates/react/features/sentry/node_modules/.bin/browserslist +0 -17
- package/templates/react/features/sentry/node_modules/.bin/jiti +0 -17
- package/templates/react/features/sentry/node_modules/.bin/parser +0 -17
- package/templates/react/features/sentry/node_modules/.bin/rollup +0 -17
- package/templates/react/features/sentry/node_modules/.bin/terser +0 -17
- package/templates/react/features/sentry/node_modules/.bin/tsc +0 -17
- package/templates/react/features/sentry/node_modules/.bin/tsserver +0 -17
- package/templates/react/features/sentry/node_modules/.bin/tsx +0 -17
- package/templates/react/features/sentry/node_modules/.bin/vite +0 -17
- package/templates/react/features/sentry/node_modules/.bin/yaml +0 -17
- package/templates/react/features/sentry/src/main/features/sentry.ts +0 -20
- package/templates/react/features/sentry/vite/features/sentry.ts +0 -33
- package/templates/react/micro-frontends/qiankun/base/node_modules/.bin/browserslist +0 -17
- package/templates/react/micro-frontends/qiankun/base/node_modules/.bin/parser +0 -17
- package/templates/react/micro-frontends/qiankun/base/node_modules/.bin/rollup +0 -17
- package/templates/react/micro-frontends/qiankun/base/node_modules/.bin/terser +0 -17
- package/templates/react/micro-frontends/qiankun/base/src/main/index.ts +0 -34
- package/templates/react/micro-frontends/qiankun/base/src/main.tsx +0 -69
- package/templates/react/micro-frontends/qiankun/base/vite/index.ts +0 -54
- package/templates/vue/base/src/main/index.ts +0 -36
- package/templates/vue/base/src/main.ts +0 -34
- package/templates/vue/features/ant-design-vue/src/main/features/ant-design-vue.ts +0 -18
- package/templates/vue/features/element-plus/node_modules/.bin/browserslist +0 -17
- package/templates/vue/features/element-plus/node_modules/.bin/jiti +0 -17
- package/templates/vue/features/element-plus/node_modules/.bin/rollup +0 -17
- package/templates/vue/features/element-plus/node_modules/.bin/sass +0 -17
- package/templates/vue/features/element-plus/node_modules/.bin/terser +0 -17
- package/templates/vue/features/element-plus/node_modules/.bin/tsx +0 -17
- package/templates/vue/features/element-plus/node_modules/.bin/vite +0 -17
- package/templates/vue/features/element-plus/node_modules/.bin/yaml +0 -17
- package/templates/vue/features/element-plus/src/main/features/element-plus.ts +0 -23
- package/templates/vue/features/element-plus/vite/features/element-plus.ts +0 -30
- package/templates/vue/features/i18n/src/main/features/i18n.ts +0 -19
- package/templates/vue/features/pageRoutes/node_modules/.bin/browserslist +0 -17
- package/templates/vue/features/pageRoutes/node_modules/.bin/parser +0 -17
- package/templates/vue/features/pageRoutes/node_modules/.bin/rollup +0 -17
- package/templates/vue/features/pageRoutes/node_modules/.bin/terser +0 -17
- package/templates/vue/features/pageRoutes/vite/features/pageRoutes.ts +0 -15
- package/templates/vue/features/pinia/src/main/features/pinia.ts +0 -19
- package/templates/vue/features/sentry/node_modules/.bin/browserslist +0 -17
- package/templates/vue/features/sentry/node_modules/.bin/jiti +0 -17
- package/templates/vue/features/sentry/node_modules/.bin/parser +0 -17
- package/templates/vue/features/sentry/node_modules/.bin/rollup +0 -17
- package/templates/vue/features/sentry/node_modules/.bin/sass +0 -17
- package/templates/vue/features/sentry/node_modules/.bin/terser +0 -17
- package/templates/vue/features/sentry/node_modules/.bin/vite +0 -17
- package/templates/vue/features/sentry/src/main/features/sentry.ts +0 -22
- package/templates/vue/features/sentry/vite/features/sentry.ts +0 -33
- package/templates/vue/micro-frontends/qiankun/base/node_modules/.bin/browserslist +0 -17
- package/templates/vue/micro-frontends/qiankun/base/node_modules/.bin/parser +0 -17
- package/templates/vue/micro-frontends/qiankun/base/node_modules/.bin/rollup +0 -17
- package/templates/vue/micro-frontends/qiankun/base/node_modules/.bin/terser +0 -17
- package/templates/vue/micro-frontends/qiankun/base/src/main/index.ts +0 -36
- package/templates/vue/micro-frontends/qiankun/base/src/main.ts +0 -70
- package/templates/vue/micro-frontends/qiankun/base/vite/index.ts +0 -54
- package/templates/vue/micro-frontends/qiankun/features/element-plus/node_modules/.bin/browserslist +0 -17
- package/templates/vue/micro-frontends/qiankun/features/element-plus/node_modules/.bin/rollup +0 -17
- package/templates/vue/micro-frontends/qiankun/features/element-plus/node_modules/.bin/terser +0 -17
- package/templates/vue/micro-frontends/qiankun/features/element-plus/src/main/features/element-plus.ts +0 -24
- package/templates/vue/micro-frontends/qiankun/features/element-plus/vite/features/element-plus.ts +0 -30
- package/templates/vue/micro-frontends/qiankun/features/manualRoutes/node_modules/.bin/terser +0 -17
- package/templates/vue/micro-frontends/qiankun/features/pageRoutes/node_modules/.bin/browserslist +0 -17
- package/templates/vue/micro-frontends/qiankun/features/pageRoutes/node_modules/.bin/parser +0 -17
- package/templates/vue/micro-frontends/qiankun/features/pageRoutes/node_modules/.bin/rollup +0 -17
- package/templates/vue/micro-frontends/qiankun/features/pageRoutes/node_modules/.bin/terser +0 -17
- package/templates/vue/micro-frontends/qiankun/features/pageRoutes/vite/features/pageRoutes.ts +0 -15
- /package/templates/vue/features/element-plus/src/components/SubMenu/src/{_types → types}/index.ts +0 -0
- /package/templates/vue/features/element-plus/src/components/SubMenu/src/{_types → types}/props.ts +0 -0
- /package/templates/vue/micro-frontends/qiankun/features/element-plus/src/components/SubMenu/src/{_types → types}/index.ts +0 -0
- /package/templates/vue/micro-frontends/qiankun/features/element-plus/src/components/SubMenu/src/{_types → types}/props.ts +0 -0
package/templates/vue/micro-frontends/qiankun/features/manualRoutes/node_modules/.bin/terser
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
-
esac
|
|
7
|
-
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/terser@5.46.0/node_modules/terser/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/terser@5.46.0/node_modules/terser/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/terser@5.46.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/terser@5.46.0/node_modules/terser/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/terser@5.46.0/node_modules/terser/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/terser@5.46.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
|
-
fi
|
|
13
|
-
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/terser@5.46.0/node_modules/terser/bin/terser" "$@"
|
|
15
|
-
else
|
|
16
|
-
exec node "$basedir/../../../../../../../../node_modules/.pnpm/terser@5.46.0/node_modules/terser/bin/terser" "$@"
|
|
17
|
-
fi
|
package/templates/vue/micro-frontends/qiankun/features/pageRoutes/node_modules/.bin/browserslist
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
-
esac
|
|
7
|
-
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/browserslist@4.28.1/node_modules/browserslist/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/browserslist@4.28.1/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/browserslist@4.28.1/node_modules/browserslist/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/browserslist@4.28.1/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
|
-
fi
|
|
13
|
-
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/browserslist@4.28.1/node_modules/browserslist/cli.js" "$@"
|
|
15
|
-
else
|
|
16
|
-
exec node "$basedir/../../../../../../../../node_modules/.pnpm/browserslist@4.28.1/node_modules/browserslist/cli.js" "$@"
|
|
17
|
-
fi
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
-
esac
|
|
7
|
-
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/parser/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/parser/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/parser/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/parser/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
|
-
fi
|
|
13
|
-
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/parser/bin/babel-parser.js" "$@"
|
|
15
|
-
else
|
|
16
|
-
exec node "$basedir/../../../../../../../../node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/parser/bin/babel-parser.js" "$@"
|
|
17
|
-
fi
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
-
esac
|
|
7
|
-
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/rollup@4.59.0/node_modules/rollup/dist/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/rollup@4.59.0/node_modules/rollup/dist/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/rollup@4.59.0/node_modules/rollup/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/rollup@4.59.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/rollup@4.59.0/node_modules/rollup/dist/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/rollup@4.59.0/node_modules/rollup/dist/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/rollup@4.59.0/node_modules/rollup/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/rollup@4.59.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
|
-
fi
|
|
13
|
-
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/rollup@4.59.0/node_modules/rollup/dist/bin/rollup" "$@"
|
|
15
|
-
else
|
|
16
|
-
exec node "$basedir/../../../../../../../../node_modules/.pnpm/rollup@4.59.0/node_modules/rollup/dist/bin/rollup" "$@"
|
|
17
|
-
fi
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
-
esac
|
|
7
|
-
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/terser@5.46.0/node_modules/terser/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/terser@5.46.0/node_modules/terser/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/terser@5.46.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/terser@5.46.0/node_modules/terser/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/terser@5.46.0/node_modules/terser/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/terser@5.46.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
|
-
fi
|
|
13
|
-
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/terser@5.46.0/node_modules/terser/bin/terser" "$@"
|
|
15
|
-
else
|
|
16
|
-
exec node "$basedir/../../../../../../../../node_modules/.pnpm/terser@5.46.0/node_modules/terser/bin/terser" "$@"
|
|
17
|
-
fi
|
package/templates/vue/micro-frontends/qiankun/features/pageRoutes/vite/features/pageRoutes.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* PageRoutes Vite 配置
|
|
3
|
-
* 启用文件系统路由 (vite-plugin-pages)
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
import type { ViteConfigType, ViteFeatureContext } from '@moluoxixi/vite-config'
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* 获取 PageRoutes 配置
|
|
10
|
-
* @param _ctx - feature 配置上下文(未使用)
|
|
11
|
-
* @returns Config 配置(与 ViteConfigType 结构一致)
|
|
12
|
-
*/
|
|
13
|
-
export default (_ctx: ViteFeatureContext): Partial<ViteConfigType> => ({
|
|
14
|
-
pageRoutes: true,
|
|
15
|
-
})
|
/package/templates/vue/features/element-plus/src/components/SubMenu/src/{_types → types}/index.ts
RENAMED
|
File without changes
|
/package/templates/vue/features/element-plus/src/components/SubMenu/src/{_types → types}/props.ts
RENAMED
|
File without changes
|
|
File without changes
|