first setup
Showing
.gitignore
0 → 100644
README.md
0 → 100644
Readme.txt
0 → 100644
auto-imports.d.ts
0 → 100644
components.d.ts
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | ||
"name": "vue-ts-init", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vue-tsc && vite build", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@alova/mock": "^1.5.1", | ||
"@vueuse/core": "^10.9.0", | ||
"alova": "^2.17.0", | ||
"exceljs": "^4.4.0", | ||
"gsap": "^3.12.5", | ||
"less": "^4.2.0", | ||
"pinia": "^2.1.7", | ||
"vite-plugin-compression": "^0.5.1", | ||
"vue": "^3.4.19", | ||
"vue-i18n": "^9.9.0", | ||
"vue-router": "^4.3.0", | ||
"xlsx": "^0.18.5" | ||
}, | ||
"devDependencies": { | ||
"@arco-design/web-vue": "^2.54.5", | ||
"@arco-plugins/vite-vue": "^1.4.5", | ||
"@types/node": "^20.11.20", | ||
"@vitejs/plugin-vue": "^5.0.4", | ||
"autoprefixer": "^10.4.17", | ||
"eslint": "^8.56.0", | ||
"postcss": "^8.4.35", | ||
"tailwindcss": "^3.4.1", | ||
"typescript": "^5.2.2", | ||
"unplugin-auto-import": "^0.17.5", | ||
"unplugin-vue-components": "^0.26.0", | ||
"vite": "^5.1.4", | ||
"vue-tsc": "^1.8.27" | ||
} | ||
} |
postcss.config.js
0 → 100644
project.app.config.ts
0 → 100644
project.ui.config.ts
0 → 100644
public/favicon.svg
0 → 100644
src/App.vue
0 → 100644
src/api/alova-instance.ts
0 → 100644
src/api/mock.ts
0 → 100644
src/assets/css/arco.style.css
0 → 100644
src/assets/css/style.css
0 → 100644
src/assets/css/tailwind.css
0 → 100644
src/auto-import.d.ts
0 → 100644
src/components/global-setting/index.vue
0 → 100644
src/components/locale/localeText.vue
0 → 100644
src/components/theme/changeThemeText.vue
0 → 100644
src/configs/arco.ui.config.ts
0 → 100644
src/configs/tailwind.ui.config.ts
0 → 100644
src/constants/common/fileSize.ts
0 → 100644
src/constants/functionals/inputFormType.ts
0 → 100644
src/directive/index.ts
0 → 100644
src/hooks/loading.ts
0 → 100644
src/hooks/locale.ts
0 → 100644
src/hooks/visible.ts
0 → 100644
src/libs/broadCastChannel.ts
0 → 100644
src/libs/qrCode.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/locale/en-US.ts
0 → 100644
src/locale/en-US/app.ts
0 → 100644
src/locale/index.ts
0 → 100644
src/locale/zh-CN.ts
0 → 100644
src/locale/zh-CN/app.ts
0 → 100644
src/main.ts
0 → 100644
src/router/index.ts
0 → 100644
src/store/app/index.ts
0 → 100644
src/store/app/types.ts
0 → 100644
src/store/index.ts
0 → 100644
src/utils/asyncHandle/fetchCommonFuncIn.ts
0 → 100644
src/utils/asyncHandle/sleepInAsyncFunc.ts
0 → 100644
src/utils/auth.ts
0 → 100644
src/utils/dataTypes/typeInfer.ts
0 → 100644
src/utils/domRelated/elementEvent.ts
0 → 100644
src/utils/domRelated/longQueryElement.ts
0 → 100644
src/utils/downloadData/downloadBlob.ts
0 → 100644
src/utils/exportData/exportSimpleEXCEL.ts
0 → 100644
src/utils/exportData/exportStyledEXCEL.ts
0 → 100644
src/utils/index.ts
0 → 100644
src/views/home.vue
0 → 100644
src/vite-env.d.ts
0 → 100644
tailwind.config.js
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.ts
0 → 100644
Please
register
or
sign in
to comment