]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
chore: simplify the folder structure of default templates
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 7 Sep 2021 07:02:07 +0000 (15:02 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 7 Sep 2021 07:03:17 +0000 (15:03 +0800)
commit6fabade430f7a663c1c66c7692e2bf11f38e5173
treeac484d7477090907f93f788da3ce8fdf427eaf84
parent5bce07ea8de02a08409a831e6defc9047f7b7c36
chore: simplify the folder structure of default templates
22 files changed:
template/code/default/src/App.vue
template/code/default/src/assets/base.css
template/code/default/src/components/ColorSchemeSwitch.vue [deleted file]
template/code/default/src/components/Welcome.vue [new file with mode: 0644]
template/code/default/src/components/WelcomeItem.vue [moved from template/code/default/src/components/IntroductionItem.vue with 100% similarity]
template/code/default/src/components/__tests__/ColorSchemeSwitch.spec.js [deleted file]
template/code/default/src/components/icons/IconMoon.vue [deleted file]
template/code/default/src/components/icons/IconSun.vue [deleted file]
template/code/default/src/composables/__tests__/useMediaQuery.spec.js [deleted file]
template/code/default/src/composables/useColorScheme.js [deleted file]
template/code/default/src/composables/useMediaQuery.js [deleted file]
template/code/typescript-default/src/App.vue
template/code/typescript-default/src/assets/base.css
template/code/typescript-default/src/components/ColorSchemeSwitch.vue [deleted file]
template/code/typescript-default/src/components/Welcome.vue [new file with mode: 0644]
template/code/typescript-default/src/components/WelcomeItem.vue [moved from template/code/typescript-default/src/components/IntroductionItem.vue with 100% similarity]
template/code/typescript-default/src/components/__tests__/ColorSchemeSwitch.spec.ts [deleted file]
template/code/typescript-default/src/components/icons/IconMoon.vue [deleted file]
template/code/typescript-default/src/components/icons/IconSun.vue [deleted file]
template/code/typescript-default/src/composables/__tests__/useMediaQuery.spec.ts [deleted file]
template/code/typescript-default/src/composables/useColorScheme.ts [deleted file]
template/code/typescript-default/src/composables/useMediaQuery.ts [deleted file]