]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
feat: new landing page design for default & typescript-default template
authorHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 19 Aug 2021 08:35:37 +0000 (16:35 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 19 Aug 2021 08:35:37 +0000 (16:35 +0800)
commitee804a0b541b8811f5de315fb9d4e2b679734be6
tree64753a75aa12f0d0f6ebc9f933b09079d2eb11e6
parentafddba98c4a33642b6b29331e7983dc8e5bf5f2e
feat: new landing page design for default & typescript-default template
43 files changed:
template/code/default/cypress/integration/example.spec.js
template/code/default/src/App.vue
template/code/default/src/assets/base.css [new file with mode: 0644]
template/code/default/src/assets/logo.png [deleted file]
template/code/default/src/assets/logo.svg [new file with mode: 0644]
template/code/default/src/components/ColorSchemeSwitch.vue [new file with mode: 0644]
template/code/default/src/components/HelloWorld.vue
template/code/default/src/components/IntroductionItem.vue [new file with mode: 0644]
template/code/default/src/components/__tests__/ColorSchemeSwitch.spec.js [new file with mode: 0644]
template/code/default/src/components/__tests__/HelloWorld.spec.js
template/code/default/src/components/icons/Community.vue [new file with mode: 0644]
template/code/default/src/components/icons/Documentation.vue [new file with mode: 0644]
template/code/default/src/components/icons/Ecosystem.vue [new file with mode: 0644]
template/code/default/src/components/icons/Moon.vue [new file with mode: 0644]
template/code/default/src/components/icons/Sun.vue [new file with mode: 0644]
template/code/default/src/components/icons/Support.vue [new file with mode: 0644]
template/code/default/src/components/icons/Tooling.vue [new file with mode: 0644]
template/code/default/src/composables/__tests__/useMediaQuery.spec.js [new file with mode: 0644]
template/code/default/src/composables/useColorScheme.js [new file with mode: 0644]
template/code/default/src/composables/useMediaQuery.js [new file with mode: 0644]
template/code/default/src/main.js [deleted file]
template/code/router/src/main.js [deleted file]
template/code/typescript-default/cypress/integration/example.spec.ts
template/code/typescript-default/src/App.vue
template/code/typescript-default/src/assets/base.css [new file with mode: 0644]
template/code/typescript-default/src/assets/logo.png [deleted file]
template/code/typescript-default/src/assets/logo.svg [new file with mode: 0644]
template/code/typescript-default/src/components/ColorSchemeSwitch.vue [new file with mode: 0644]
template/code/typescript-default/src/components/HelloWorld.vue
template/code/typescript-default/src/components/IntroductionItem.vue [new file with mode: 0644]
template/code/typescript-default/src/components/__tests__/ColorSchemeSwitch.spec.ts [new file with mode: 0644]
template/code/typescript-default/src/components/__tests__/HelloWorld.spec.ts
template/code/typescript-default/src/components/icons/Community.vue [new file with mode: 0644]
template/code/typescript-default/src/components/icons/Documentation.vue [new file with mode: 0644]
template/code/typescript-default/src/components/icons/Ecosystem.vue [new file with mode: 0644]
template/code/typescript-default/src/components/icons/Moon.vue [new file with mode: 0644]
template/code/typescript-default/src/components/icons/Sun.vue [new file with mode: 0644]
template/code/typescript-default/src/components/icons/Support.vue [new file with mode: 0644]
template/code/typescript-default/src/components/icons/Tooling.vue [new file with mode: 0644]
template/code/typescript-default/src/composables/__tests__/useMediaQuery.spec.ts [new file with mode: 0644]
template/code/typescript-default/src/composables/useColorScheme.ts [new file with mode: 0644]
template/code/typescript-default/src/composables/useMediaQuery.ts [new file with mode: 0644]
template/code/typescript-default/src/main.ts [deleted file]