刘嘉威
2022-10-11 a753901d32bf7c9c196b03432a1b6711015103dd
refs
用户 刘嘉威 <daidaibg@163.com>
星期二, 十月 11, 2022 17:10 +0800
提交者 刘嘉威 <daidaibg@163.com>
星期二, 十月 11, 2022 17:10 +0800
提交a753901d32bf7c9c196b03432a1b6711015103dd
目录 ea352053fa15679994063ec22a6ef13e1ea190bd 目录 | zip | gz
parent a44105de2e57b676280f175237e3f2e2c017db6a 查看 | 对比
ci: 初始化框架
13个文件已修改
3 文件已复制
19个文件已添加
1 文件已重命名
32个文件已删除
8769 ■■■■ 已修改文件
.commitlintrc.js 36 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.env.development 对比 | 查看 | 原始文档 | blame | 历史
.env.production 对比 | 查看 | 原始文档 | blame | 历史
.eslintrc 10 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.github/CODE_OF_CONDUCT.md 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.github/FUNDING.yml 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.github/ISSUE_TEMPLATE/general.md 11 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.github/workflows/ci.yml 44 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.gitignore 7 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
.husky/.gitignore 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
.husky/pre-commit 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
.vscode/extensions.json 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
LICENSE 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
README.assets/ViteBoot-Lighthouse.png 对比 | 查看 | 原始文档 | blame | 历史
README.assets/logo.png 对比 | 查看 | 原始文档 | blame | 历史
README.md 289 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
README.zh-CN.md 122 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
env.d.ts 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
index.html 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
package-lock.json 1509 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
package.json 73 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
pnpm-lock.yaml 4500 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
postcss.config.js 6 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
public/favicon.ico 对比 | 查看 | 原始文档 | blame | 历史
src/App.vue 17 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/api/api.ts 251 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/api/index.ts 46 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/api/modules/index.ts 3 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/assets/avatar.jpg 对比 | 查看 | 原始文档 | blame | 历史
src/assets/css/main.scss 对比 | 查看 | 原始文档 | blame | 历史
src/assets/css/variable.scss 对比 | 查看 | 原始文档 | blame | 历史
src/components/README.md 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/layout/Footer/index.vue 48 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/layout/Navbar/components/ThemeChange.vue 210 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/layout/Navbar/index.vue 55 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/config/UtilVar.ts 32 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/enums/index.ts 2 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/enums/request-enums.ts 12 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/enums/storage-enum.ts 9 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main.ts 27 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/mock/index.d.ts 10 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/mock/index.ts 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/mock/mock-index.ts 22 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/router/index.ts 65 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/store/counter.ts 10 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/store/index.ts 12 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/stores/counter.ts 12 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/styles/main.scss 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/styles/nprogress.scss 83 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/styles/tailwind.css 3 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/styles/variables.scss 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/utils/index.ts 2 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/utils/logger.ts 127 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/utils/query-param.ts 36 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/utils/storage.ts 71 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/HomeView.vue 14 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/errorPages/index.vue 25 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/home/components/Hero.vue 33 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/home/components/StoreTest.vue 24 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/home/index.vue 11 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/index/index.vue 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
tailwind.config.js 112 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
tsconfig.config.json 7 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
tsconfig.json 32 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
types/auto-imports.d.ts 548 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
types/components.d.ts 16 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
types/env.d.ts 10 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
vite.config.ts 98 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史