]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
feat: router templates
authorHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 19 Aug 2021 13:20:53 +0000 (21:20 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 19 Aug 2021 13:20:53 +0000 (21:20 +0800)
commit590a82ce07509505cbde3a4f8124ac9102ffd990
tree2295b325b5bc4aa160ef95a70eeba57b31fbc067
parent8533c36d470f3c0e6017012a6b30992926f6ab1c
feat: router templates
45 files changed:
template/code/router/cypress/integration/example.spec.js
template/code/router/src/App.vue
template/code/router/src/assets/base.css [new file with mode: 0644]
template/code/router/src/assets/logo.png [deleted file]
template/code/router/src/assets/logo.svg [new file with mode: 0644]
template/code/router/src/components/ColorSchemeSwitch.vue [new file with mode: 0644]
template/code/router/src/components/HelloWorld.vue
template/code/router/src/components/IntroductionItem.vue [new file with mode: 0644]
template/code/router/src/components/__tests__/ColorSchemeSwitch.spec.js [new file with mode: 0644]
template/code/router/src/components/__tests__/HelloWorld.spec.js
template/code/router/src/components/icons/Community.vue [new file with mode: 0644]
template/code/router/src/components/icons/Documentation.vue [new file with mode: 0644]
template/code/router/src/components/icons/Ecosystem.vue [new file with mode: 0644]
template/code/router/src/components/icons/Moon.vue [new file with mode: 0644]
template/code/router/src/components/icons/Sun.vue [new file with mode: 0644]
template/code/router/src/components/icons/Support.vue [new file with mode: 0644]
template/code/router/src/components/icons/Tooling.vue [new file with mode: 0644]
template/code/router/src/composables/__tests__/useMediaQuery.spec.js [new file with mode: 0644]
template/code/router/src/composables/useColorScheme.js [new file with mode: 0644]
template/code/router/src/composables/useMediaQuery.js [new file with mode: 0644]
template/code/router/src/views/About.vue
template/code/router/src/views/Home.vue
template/code/typescript-router/cypress/integration/example.spec.ts
template/code/typescript-router/src/App.vue
template/code/typescript-router/src/assets/base.css [new file with mode: 0644]
template/code/typescript-router/src/assets/logo.png [deleted file]
template/code/typescript-router/src/assets/logo.svg [new file with mode: 0644]
template/code/typescript-router/src/components/ColorSchemeSwitch.vue [new file with mode: 0644]
template/code/typescript-router/src/components/HelloWorld.vue
template/code/typescript-router/src/components/IntroductionItem.vue [new file with mode: 0644]
template/code/typescript-router/src/components/__tests__/ColorSchemeSwitch.spec.ts [new file with mode: 0644]
template/code/typescript-router/src/components/__tests__/HelloWorld.spec.ts
template/code/typescript-router/src/components/icons/Community.vue [new file with mode: 0644]
template/code/typescript-router/src/components/icons/Documentation.vue [new file with mode: 0644]
template/code/typescript-router/src/components/icons/Ecosystem.vue [new file with mode: 0644]
template/code/typescript-router/src/components/icons/Moon.vue [new file with mode: 0644]
template/code/typescript-router/src/components/icons/Sun.vue [new file with mode: 0644]
template/code/typescript-router/src/components/icons/Support.vue [new file with mode: 0644]
template/code/typescript-router/src/components/icons/Tooling.vue [new file with mode: 0644]
template/code/typescript-router/src/composables/__tests__/useMediaQuery.spec.ts [new file with mode: 0644]
template/code/typescript-router/src/composables/useColorScheme.ts [new file with mode: 0644]
template/code/typescript-router/src/composables/useMediaQuery.ts [new file with mode: 0644]
template/code/typescript-router/src/main.ts [new file with mode: 0644]
template/code/typescript-router/src/views/About.vue
template/code/typescript-router/src/views/Home.vue