]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
chore: regenerate the playground projects
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 7 Sep 2021 08:39:12 +0000 (16:39 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 7 Sep 2021 08:39:48 +0000 (16:39 +0800)
commit8de8b0353dd2d8ad60c317045fb354693dbc2350
tree5e0b2a131d415e146cf65536736738fa264b4f47
parent0f834fed822b1905bc7d40e3069d1bd9643c8253
chore: regenerate the playground projects
724 files changed:
index.js
playground/default/README.md
playground/default/src/App.vue
playground/default/src/assets/base.css
playground/default/src/assets/logo.png [deleted file]
playground/default/src/components/ColorSchemeSwitch.vue [deleted file]
playground/default/src/components/Welcome.vue [new file with mode: 0644]
playground/default/src/components/WelcomeItem.vue [moved from playground/default/src/components/IntroductionItem.vue with 100% similarity]
playground/default/src/components/icons/IconCommunity.vue [moved from playground/default/src/components/icons/Community.vue with 100% similarity]
playground/default/src/components/icons/IconDocumentation.vue [moved from playground/default/src/components/icons/Documentation.vue with 100% similarity]
playground/default/src/components/icons/IconEcosystem.vue [moved from playground/default/src/components/icons/Ecosystem.vue with 100% similarity]
playground/default/src/components/icons/IconSupport.vue [moved from playground/default/src/components/icons/Support.vue with 100% similarity]
playground/default/src/components/icons/IconTooling.vue [moved from playground/default/src/components/icons/Tooling.vue with 100% similarity]
playground/default/src/components/icons/Moon.vue [deleted file]
playground/default/src/components/icons/Sun.vue [deleted file]
playground/default/src/composables/useColorScheme.js [deleted file]
playground/default/src/composables/useMediaQuery.js [deleted file]
playground/jsx-router-vuex-with-tests/README.md
playground/jsx-router-vuex-with-tests/src/App.vue
playground/jsx-router-vuex-with-tests/src/assets/base.css
playground/jsx-router-vuex-with-tests/src/assets/logo.png [deleted file]
playground/jsx-router-vuex-with-tests/src/components/ColorSchemeSwitch.vue [deleted file]
playground/jsx-router-vuex-with-tests/src/components/Welcome.vue [new file with mode: 0644]
playground/jsx-router-vuex-with-tests/src/components/WelcomeItem.vue [moved from playground/jsx-router-vuex-with-tests/src/components/IntroductionItem.vue with 100% similarity]
playground/jsx-router-vuex-with-tests/src/components/__tests__/ColorSchemeSwitch.spec.js [deleted file]
playground/jsx-router-vuex-with-tests/src/components/icons/IconCommunity.vue [moved from playground/jsx-router-vuex-with-tests/src/components/icons/Community.vue with 100% similarity]
playground/jsx-router-vuex-with-tests/src/components/icons/IconDocumentation.vue [moved from playground/jsx-router-vuex-with-tests/src/components/icons/Documentation.vue with 100% similarity]
playground/jsx-router-vuex-with-tests/src/components/icons/IconEcosystem.vue [moved from playground/jsx-router-vuex-with-tests/src/components/icons/Ecosystem.vue with 100% similarity]
playground/jsx-router-vuex-with-tests/src/components/icons/IconSupport.vue [moved from playground/jsx-router-vuex-with-tests/src/components/icons/Support.vue with 100% similarity]
playground/jsx-router-vuex-with-tests/src/components/icons/IconTooling.vue [moved from playground/jsx-router-vuex-with-tests/src/components/icons/Tooling.vue with 100% similarity]
playground/jsx-router-vuex-with-tests/src/components/icons/Moon.vue [deleted file]
playground/jsx-router-vuex-with-tests/src/components/icons/Sun.vue [deleted file]
playground/jsx-router-vuex-with-tests/src/composables/__tests__/useMediaQuery.spec.js [deleted file]
playground/jsx-router-vuex-with-tests/src/composables/useColorScheme.js [deleted file]
playground/jsx-router-vuex-with-tests/src/composables/useMediaQuery.js [deleted file]
playground/jsx-router-vuex-with-tests/src/views/Home.vue
playground/jsx-router-vuex/README.md
playground/jsx-router-vuex/src/App.vue
playground/jsx-router-vuex/src/assets/base.css
playground/jsx-router-vuex/src/assets/logo.png [deleted file]
playground/jsx-router-vuex/src/components/ColorSchemeSwitch.vue [deleted file]
playground/jsx-router-vuex/src/components/Welcome.vue [new file with mode: 0644]
playground/jsx-router-vuex/src/components/WelcomeItem.vue [moved from playground/jsx-router-vuex/src/components/IntroductionItem.vue with 100% similarity]
playground/jsx-router-vuex/src/components/icons/IconCommunity.vue [moved from playground/jsx-router-vuex/src/components/icons/Community.vue with 100% similarity]
playground/jsx-router-vuex/src/components/icons/IconDocumentation.vue [moved from playground/jsx-router-vuex/src/components/icons/Documentation.vue with 100% similarity]
playground/jsx-router-vuex/src/components/icons/IconEcosystem.vue [moved from playground/jsx-router-vuex/src/components/icons/Ecosystem.vue with 100% similarity]
playground/jsx-router-vuex/src/components/icons/IconSupport.vue [moved from playground/jsx-router-vuex/src/components/icons/Support.vue with 100% similarity]
playground/jsx-router-vuex/src/components/icons/IconTooling.vue [moved from playground/jsx-router-vuex/src/components/icons/Tooling.vue with 100% similarity]
playground/jsx-router-vuex/src/components/icons/Moon.vue [deleted file]
playground/jsx-router-vuex/src/components/icons/Sun.vue [deleted file]
playground/jsx-router-vuex/src/composables/useColorScheme.js [deleted file]
playground/jsx-router-vuex/src/composables/useMediaQuery.js [deleted file]
playground/jsx-router-vuex/src/views/Home.vue
playground/jsx-router-with-tests/.gitignore [new file with mode: 0644]
playground/jsx-router-with-tests/README.md [new file with mode: 0644]
playground/jsx-router-with-tests/cypress.json [new file with mode: 0644]
playground/jsx-router-with-tests/cypress/fixtures/example.json [new file with mode: 0644]
playground/jsx-router-with-tests/cypress/integration/example.spec.js [new file with mode: 0644]
playground/jsx-router-with-tests/cypress/jsconfig.json [new file with mode: 0644]
playground/jsx-router-with-tests/cypress/plugins/index.js [new file with mode: 0644]
playground/jsx-router-with-tests/cypress/support/commands.js [new file with mode: 0644]
playground/jsx-router-with-tests/cypress/support/index.js [new file with mode: 0644]
playground/jsx-router-with-tests/index.html [new file with mode: 0644]
playground/jsx-router-with-tests/package.json [new file with mode: 0644]
playground/jsx-router-with-tests/public/favicon.ico [new file with mode: 0644]
playground/jsx-router-with-tests/src/App.vue [new file with mode: 0644]
playground/jsx-router-with-tests/src/assets/base.css [new file with mode: 0644]
playground/jsx-router-with-tests/src/assets/logo.svg [new file with mode: 0644]
playground/jsx-router-with-tests/src/components/HelloWorld.vue [new file with mode: 0644]
playground/jsx-router-with-tests/src/components/Welcome.vue [new file with mode: 0644]
playground/jsx-router-with-tests/src/components/WelcomeItem.vue [moved from playground/jsx-router/src/components/IntroductionItem.vue with 100% similarity]
playground/jsx-router-with-tests/src/components/__tests__/HelloWorld.spec.js [new file with mode: 0644]
playground/jsx-router-with-tests/src/components/icons/IconCommunity.vue [moved from playground/jsx-router/src/components/icons/Community.vue with 100% similarity]
playground/jsx-router-with-tests/src/components/icons/IconDocumentation.vue [moved from playground/jsx-router/src/components/icons/Documentation.vue with 100% similarity]
playground/jsx-router-with-tests/src/components/icons/IconEcosystem.vue [moved from playground/jsx-router/src/components/icons/Ecosystem.vue with 100% similarity]
playground/jsx-router-with-tests/src/components/icons/IconSupport.vue [moved from playground/jsx-router/src/components/icons/Support.vue with 100% similarity]
playground/jsx-router-with-tests/src/components/icons/IconTooling.vue [moved from playground/jsx-router/src/components/icons/Tooling.vue with 100% similarity]
playground/jsx-router-with-tests/src/main.js [new file with mode: 0644]
playground/jsx-router-with-tests/src/router/index.js [new file with mode: 0644]
playground/jsx-router-with-tests/src/views/About.vue [new file with mode: 0644]
playground/jsx-router-with-tests/src/views/Home.vue [new file with mode: 0644]
playground/jsx-router-with-tests/vite.config.js [new file with mode: 0644]
playground/jsx-router/README.md
playground/jsx-router/src/App.vue
playground/jsx-router/src/assets/base.css
playground/jsx-router/src/assets/logo.png [deleted file]
playground/jsx-router/src/components/ColorSchemeSwitch.vue [deleted file]
playground/jsx-router/src/components/Welcome.vue [new file with mode: 0644]
playground/jsx-router/src/components/WelcomeItem.vue [moved from playground/jsx/src/components/IntroductionItem.vue with 100% similarity]
playground/jsx-router/src/components/icons/IconCommunity.vue [moved from playground/jsx/src/components/icons/Community.vue with 100% similarity]
playground/jsx-router/src/components/icons/IconDocumentation.vue [moved from playground/jsx/src/components/icons/Documentation.vue with 100% similarity]
playground/jsx-router/src/components/icons/IconEcosystem.vue [moved from playground/jsx/src/components/icons/Ecosystem.vue with 100% similarity]
playground/jsx-router/src/components/icons/IconSupport.vue [moved from playground/jsx/src/components/icons/Support.vue with 100% similarity]
playground/jsx-router/src/components/icons/IconTooling.vue [moved from playground/jsx/src/components/icons/Tooling.vue with 100% similarity]
playground/jsx-router/src/components/icons/Moon.vue [deleted file]
playground/jsx-router/src/components/icons/Sun.vue [deleted file]
playground/jsx-router/src/composables/useColorScheme.js [deleted file]
playground/jsx-router/src/composables/useMediaQuery.js [deleted file]
playground/jsx-router/src/views/Home.vue
playground/jsx-vuex-with-tests/.gitignore [new file with mode: 0644]
playground/jsx-vuex-with-tests/README.md [new file with mode: 0644]
playground/jsx-vuex-with-tests/cypress.json [new file with mode: 0644]
playground/jsx-vuex-with-tests/cypress/fixtures/example.json [new file with mode: 0644]
playground/jsx-vuex-with-tests/cypress/integration/example.spec.js [new file with mode: 0644]
playground/jsx-vuex-with-tests/cypress/jsconfig.json [new file with mode: 0644]
playground/jsx-vuex-with-tests/cypress/plugins/index.js [new file with mode: 0644]
playground/jsx-vuex-with-tests/cypress/support/commands.js [new file with mode: 0644]
playground/jsx-vuex-with-tests/cypress/support/index.js [new file with mode: 0644]
playground/jsx-vuex-with-tests/index.html [new file with mode: 0644]
playground/jsx-vuex-with-tests/package.json [new file with mode: 0644]
playground/jsx-vuex-with-tests/public/favicon.ico [new file with mode: 0644]
playground/jsx-vuex-with-tests/src/App.vue [new file with mode: 0644]
playground/jsx-vuex-with-tests/src/assets/base.css [new file with mode: 0644]
playground/jsx-vuex-with-tests/src/assets/logo.svg [new file with mode: 0644]
playground/jsx-vuex-with-tests/src/components/HelloWorld.vue [new file with mode: 0644]
playground/jsx-vuex-with-tests/src/components/Welcome.vue [new file with mode: 0644]
playground/jsx-vuex-with-tests/src/components/WelcomeItem.vue [moved from playground/router-vuex-with-tests/src/components/IntroductionItem.vue with 100% similarity]
playground/jsx-vuex-with-tests/src/components/__tests__/HelloWorld.spec.js [new file with mode: 0644]
playground/jsx-vuex-with-tests/src/components/icons/IconCommunity.vue [moved from playground/router-vuex-with-tests/src/components/icons/Community.vue with 100% similarity]
playground/jsx-vuex-with-tests/src/components/icons/IconDocumentation.vue [moved from playground/router-vuex-with-tests/src/components/icons/Documentation.vue with 100% similarity]
playground/jsx-vuex-with-tests/src/components/icons/IconEcosystem.vue [moved from playground/router-vuex-with-tests/src/components/icons/Ecosystem.vue with 100% similarity]
playground/jsx-vuex-with-tests/src/components/icons/IconSupport.vue [moved from playground/router-vuex-with-tests/src/components/icons/Support.vue with 100% similarity]
playground/jsx-vuex-with-tests/src/components/icons/IconTooling.vue [moved from playground/router-vuex-with-tests/src/components/icons/Tooling.vue with 100% similarity]
playground/jsx-vuex-with-tests/src/main.js [new file with mode: 0644]
playground/jsx-vuex-with-tests/src/store/index.js [new file with mode: 0644]
playground/jsx-vuex-with-tests/vite.config.js [new file with mode: 0644]
playground/jsx-vuex/.gitignore [new file with mode: 0644]
playground/jsx-vuex/README.md [new file with mode: 0644]
playground/jsx-vuex/index.html [new file with mode: 0644]
playground/jsx-vuex/package.json [new file with mode: 0644]
playground/jsx-vuex/public/favicon.ico [new file with mode: 0644]
playground/jsx-vuex/src/App.vue [new file with mode: 0644]
playground/jsx-vuex/src/assets/base.css [new file with mode: 0644]
playground/jsx-vuex/src/assets/logo.svg [new file with mode: 0644]
playground/jsx-vuex/src/components/HelloWorld.vue [new file with mode: 0644]
playground/jsx-vuex/src/components/Welcome.vue [new file with mode: 0644]
playground/jsx-vuex/src/components/WelcomeItem.vue [moved from playground/router-vuex/src/components/IntroductionItem.vue with 100% similarity]
playground/jsx-vuex/src/components/icons/IconCommunity.vue [moved from playground/router-vuex/src/components/icons/Community.vue with 100% similarity]
playground/jsx-vuex/src/components/icons/IconDocumentation.vue [moved from playground/router-vuex/src/components/icons/Documentation.vue with 100% similarity]
playground/jsx-vuex/src/components/icons/IconEcosystem.vue [moved from playground/router-vuex/src/components/icons/Ecosystem.vue with 100% similarity]
playground/jsx-vuex/src/components/icons/IconSupport.vue [moved from playground/router-vuex/src/components/icons/Support.vue with 100% similarity]
playground/jsx-vuex/src/components/icons/IconTooling.vue [moved from playground/router-vuex/src/components/icons/Tooling.vue with 100% similarity]
playground/jsx-vuex/src/main.js [new file with mode: 0644]
playground/jsx-vuex/src/store/index.js [new file with mode: 0644]
playground/jsx-vuex/vite.config.js [new file with mode: 0644]
playground/jsx-with-tests/.gitignore [new file with mode: 0644]
playground/jsx-with-tests/README.md [new file with mode: 0644]
playground/jsx-with-tests/cypress.json [new file with mode: 0644]
playground/jsx-with-tests/cypress/fixtures/example.json [new file with mode: 0644]
playground/jsx-with-tests/cypress/integration/example.spec.js [new file with mode: 0644]
playground/jsx-with-tests/cypress/jsconfig.json [new file with mode: 0644]
playground/jsx-with-tests/cypress/plugins/index.js [new file with mode: 0644]
playground/jsx-with-tests/cypress/support/commands.js [new file with mode: 0644]
playground/jsx-with-tests/cypress/support/index.js [new file with mode: 0644]
playground/jsx-with-tests/index.html [new file with mode: 0644]
playground/jsx-with-tests/package.json [new file with mode: 0644]
playground/jsx-with-tests/public/favicon.ico [new file with mode: 0644]
playground/jsx-with-tests/src/App.vue [new file with mode: 0644]
playground/jsx-with-tests/src/assets/base.css [new file with mode: 0644]
playground/jsx-with-tests/src/assets/logo.svg [new file with mode: 0644]
playground/jsx-with-tests/src/components/HelloWorld.vue [new file with mode: 0644]
playground/jsx-with-tests/src/components/Welcome.vue [new file with mode: 0644]
playground/jsx-with-tests/src/components/WelcomeItem.vue [moved from playground/router/src/components/IntroductionItem.vue with 100% similarity]
playground/jsx-with-tests/src/components/__tests__/HelloWorld.spec.js [new file with mode: 0644]
playground/jsx-with-tests/src/components/icons/IconCommunity.vue [moved from playground/router/src/components/icons/Community.vue with 100% similarity]
playground/jsx-with-tests/src/components/icons/IconDocumentation.vue [moved from playground/router/src/components/icons/Documentation.vue with 100% similarity]
playground/jsx-with-tests/src/components/icons/IconEcosystem.vue [moved from playground/router/src/components/icons/Ecosystem.vue with 100% similarity]
playground/jsx-with-tests/src/components/icons/IconSupport.vue [moved from playground/router/src/components/icons/Support.vue with 100% similarity]
playground/jsx-with-tests/src/components/icons/IconTooling.vue [moved from playground/router/src/components/icons/Tooling.vue with 100% similarity]
playground/jsx-with-tests/src/main.js [new file with mode: 0644]
playground/jsx-with-tests/vite.config.js [new file with mode: 0644]
playground/jsx/README.md
playground/jsx/jsconfig.json [deleted file]
playground/jsx/src/App.vue
playground/jsx/src/assets/base.css
playground/jsx/src/assets/logo.png [deleted file]
playground/jsx/src/components/ColorSchemeSwitch.vue [deleted file]
playground/jsx/src/components/Welcome.vue [new file with mode: 0644]
playground/jsx/src/components/WelcomeItem.vue [moved from playground/typescript-jsx-router-vuex-with-tests/src/components/IntroductionItem.vue with 100% similarity]
playground/jsx/src/components/icons/IconCommunity.vue [moved from playground/typescript-jsx-router-vuex-with-tests/src/components/icons/Community.vue with 100% similarity]
playground/jsx/src/components/icons/IconDocumentation.vue [moved from playground/typescript-jsx-router-vuex-with-tests/src/components/icons/Documentation.vue with 100% similarity]
playground/jsx/src/components/icons/IconEcosystem.vue [moved from playground/typescript-jsx-router-vuex-with-tests/src/components/icons/Ecosystem.vue with 100% similarity]
playground/jsx/src/components/icons/IconSupport.vue [moved from playground/typescript-jsx-router-vuex-with-tests/src/components/icons/Support.vue with 100% similarity]
playground/jsx/src/components/icons/IconTooling.vue [moved from playground/typescript-jsx-router-vuex-with-tests/src/components/icons/Tooling.vue with 100% similarity]
playground/jsx/src/components/icons/Moon.vue [deleted file]
playground/jsx/src/components/icons/Sun.vue [deleted file]
playground/jsx/src/composables/useColorScheme.js [deleted file]
playground/jsx/src/composables/useMediaQuery.js [deleted file]
playground/router-vuex-with-tests/README.md
playground/router-vuex-with-tests/jsconfig.json [deleted file]
playground/router-vuex-with-tests/src/App.vue
playground/router-vuex-with-tests/src/assets/base.css
playground/router-vuex-with-tests/src/assets/logo.png [deleted file]
playground/router-vuex-with-tests/src/components/ColorSchemeSwitch.vue [deleted file]
playground/router-vuex-with-tests/src/components/Welcome.vue [new file with mode: 0644]
playground/router-vuex-with-tests/src/components/WelcomeItem.vue [moved from playground/typescript-jsx-router-vuex/src/components/IntroductionItem.vue with 100% similarity]
playground/router-vuex-with-tests/src/components/__tests__/ColorSchemeSwitch.spec.js [deleted file]
playground/router-vuex-with-tests/src/components/icons/IconCommunity.vue [moved from playground/typescript-jsx-router-vuex/src/components/icons/Community.vue with 100% similarity]
playground/router-vuex-with-tests/src/components/icons/IconDocumentation.vue [moved from playground/typescript-jsx-router-vuex/src/components/icons/Documentation.vue with 100% similarity]
playground/router-vuex-with-tests/src/components/icons/IconEcosystem.vue [moved from playground/typescript-jsx-router-vuex/src/components/icons/Ecosystem.vue with 100% similarity]
playground/router-vuex-with-tests/src/components/icons/IconSupport.vue [moved from playground/typescript-jsx-router-vuex/src/components/icons/Support.vue with 100% similarity]
playground/router-vuex-with-tests/src/components/icons/IconTooling.vue [moved from playground/typescript-jsx-router-vuex/src/components/icons/Tooling.vue with 100% similarity]
playground/router-vuex-with-tests/src/components/icons/Moon.vue [deleted file]
playground/router-vuex-with-tests/src/components/icons/Sun.vue [deleted file]
playground/router-vuex-with-tests/src/composables/__tests__/useMediaQuery.spec.js [deleted file]
playground/router-vuex-with-tests/src/composables/useColorScheme.js [deleted file]
playground/router-vuex-with-tests/src/composables/useMediaQuery.js [deleted file]
playground/router-vuex-with-tests/src/views/Home.vue
playground/router-vuex/README.md
playground/router-vuex/jsconfig.json [deleted file]
playground/router-vuex/src/App.vue
playground/router-vuex/src/assets/base.css
playground/router-vuex/src/assets/logo.png [deleted file]
playground/router-vuex/src/components/ColorSchemeSwitch.vue [deleted file]
playground/router-vuex/src/components/Welcome.vue [new file with mode: 0644]
playground/router-vuex/src/components/WelcomeItem.vue [moved from playground/typescript-jsx-router/src/components/IntroductionItem.vue with 100% similarity]
playground/router-vuex/src/components/icons/IconCommunity.vue [moved from playground/typescript-jsx-router/src/components/icons/Community.vue with 100% similarity]
playground/router-vuex/src/components/icons/IconDocumentation.vue [moved from playground/typescript-jsx-router/src/components/icons/Documentation.vue with 100% similarity]
playground/router-vuex/src/components/icons/IconEcosystem.vue [moved from playground/typescript-jsx-router/src/components/icons/Ecosystem.vue with 100% similarity]
playground/router-vuex/src/components/icons/IconSupport.vue [moved from playground/typescript-jsx-router/src/components/icons/Support.vue with 100% similarity]
playground/router-vuex/src/components/icons/IconTooling.vue [moved from playground/typescript-jsx-router/src/components/icons/Tooling.vue with 100% similarity]
playground/router-vuex/src/components/icons/Moon.vue [deleted file]
playground/router-vuex/src/components/icons/Sun.vue [deleted file]
playground/router-vuex/src/composables/useColorScheme.js [deleted file]
playground/router-vuex/src/composables/useMediaQuery.js [deleted file]
playground/router-vuex/src/views/Home.vue
playground/router-with-tests/.gitignore [new file with mode: 0644]
playground/router-with-tests/README.md [new file with mode: 0644]
playground/router-with-tests/cypress.json [new file with mode: 0644]
playground/router-with-tests/cypress/fixtures/example.json [new file with mode: 0644]
playground/router-with-tests/cypress/integration/example.spec.js [new file with mode: 0644]
playground/router-with-tests/cypress/jsconfig.json [new file with mode: 0644]
playground/router-with-tests/cypress/plugins/index.js [new file with mode: 0644]
playground/router-with-tests/cypress/support/commands.js [new file with mode: 0644]
playground/router-with-tests/cypress/support/index.js [new file with mode: 0644]
playground/router-with-tests/index.html [new file with mode: 0644]
playground/router-with-tests/package.json [new file with mode: 0644]
playground/router-with-tests/public/favicon.ico [new file with mode: 0644]
playground/router-with-tests/src/App.vue [new file with mode: 0644]
playground/router-with-tests/src/assets/base.css [new file with mode: 0644]
playground/router-with-tests/src/assets/logo.svg [new file with mode: 0644]
playground/router-with-tests/src/components/HelloWorld.vue [new file with mode: 0644]
playground/router-with-tests/src/components/Welcome.vue [new file with mode: 0644]
playground/router-with-tests/src/components/WelcomeItem.vue [moved from playground/typescript-jsx/src/components/IntroductionItem.vue with 100% similarity]
playground/router-with-tests/src/components/__tests__/HelloWorld.spec.js [new file with mode: 0644]
playground/router-with-tests/src/components/icons/IconCommunity.vue [moved from playground/typescript-jsx/src/components/icons/Community.vue with 100% similarity]
playground/router-with-tests/src/components/icons/IconDocumentation.vue [moved from playground/typescript-jsx/src/components/icons/Documentation.vue with 100% similarity]
playground/router-with-tests/src/components/icons/IconEcosystem.vue [moved from playground/typescript-jsx/src/components/icons/Ecosystem.vue with 100% similarity]
playground/router-with-tests/src/components/icons/IconSupport.vue [moved from playground/typescript-jsx/src/components/icons/Support.vue with 100% similarity]
playground/router-with-tests/src/components/icons/IconTooling.vue [moved from playground/typescript-jsx/src/components/icons/Tooling.vue with 100% similarity]
playground/router-with-tests/src/main.js [new file with mode: 0644]
playground/router-with-tests/src/router/index.js [new file with mode: 0644]
playground/router-with-tests/src/views/About.vue [new file with mode: 0644]
playground/router-with-tests/src/views/Home.vue [new file with mode: 0644]
playground/router-with-tests/vite.config.js [new file with mode: 0644]
playground/router/README.md
playground/router/jsconfig.json [deleted file]
playground/router/src/App.vue
playground/router/src/assets/base.css
playground/router/src/assets/logo.png [deleted file]
playground/router/src/components/ColorSchemeSwitch.vue [deleted file]
playground/router/src/components/Welcome.vue [new file with mode: 0644]
playground/router/src/components/WelcomeItem.vue [moved from playground/typescript/src/components/IntroductionItem.vue with 100% similarity]
playground/router/src/components/icons/IconCommunity.vue [moved from playground/typescript/src/components/icons/Community.vue with 100% similarity]
playground/router/src/components/icons/IconDocumentation.vue [moved from playground/typescript/src/components/icons/Documentation.vue with 100% similarity]
playground/router/src/components/icons/IconEcosystem.vue [moved from playground/typescript/src/components/icons/Ecosystem.vue with 100% similarity]
playground/router/src/components/icons/IconSupport.vue [moved from playground/typescript/src/components/icons/Support.vue with 100% similarity]
playground/router/src/components/icons/IconTooling.vue [moved from playground/typescript/src/components/icons/Tooling.vue with 100% similarity]
playground/router/src/components/icons/Moon.vue [deleted file]
playground/router/src/components/icons/Sun.vue [deleted file]
playground/router/src/composables/useColorScheme.js [deleted file]
playground/router/src/composables/useMediaQuery.js [deleted file]
playground/router/src/views/Home.vue
playground/typescript-jsx-router-vuex-with-tests/README.md
playground/typescript-jsx-router-vuex-with-tests/env.d.ts [moved from playground/default/vite-env.d.ts with 100% similarity]
playground/typescript-jsx-router-vuex-with-tests/src/App.vue
playground/typescript-jsx-router-vuex-with-tests/src/assets/base.css
playground/typescript-jsx-router-vuex-with-tests/src/assets/logo.png [deleted file]
playground/typescript-jsx-router-vuex-with-tests/src/components/ColorSchemeSwitch.vue [deleted file]
playground/typescript-jsx-router-vuex-with-tests/src/components/HelloWorld.vue
playground/typescript-jsx-router-vuex-with-tests/src/components/Welcome.vue [new file with mode: 0644]
playground/typescript-jsx-router-vuex-with-tests/src/components/WelcomeItem.vue [moved from playground/vuex-with-tests/src/components/IntroductionItem.vue with 100% similarity]
playground/typescript-jsx-router-vuex-with-tests/src/components/__tests__/ColorSchemeSwitch.spec.ts [deleted file]
playground/typescript-jsx-router-vuex-with-tests/src/components/icons/IconCommunity.vue [moved from playground/vuex-with-tests/src/components/icons/Community.vue with 100% similarity]
playground/typescript-jsx-router-vuex-with-tests/src/components/icons/IconDocumentation.vue [moved from playground/vuex-with-tests/src/components/icons/Documentation.vue with 100% similarity]
playground/typescript-jsx-router-vuex-with-tests/src/components/icons/IconEcosystem.vue [moved from playground/vuex-with-tests/src/components/icons/Ecosystem.vue with 100% similarity]
playground/typescript-jsx-router-vuex-with-tests/src/components/icons/IconSupport.vue [moved from playground/vuex-with-tests/src/components/icons/Support.vue with 100% similarity]
playground/typescript-jsx-router-vuex-with-tests/src/components/icons/IconTooling.vue [moved from playground/vuex-with-tests/src/components/icons/Tooling.vue with 100% similarity]
playground/typescript-jsx-router-vuex-with-tests/src/components/icons/Moon.vue [deleted file]
playground/typescript-jsx-router-vuex-with-tests/src/components/icons/Sun.vue [deleted file]
playground/typescript-jsx-router-vuex-with-tests/src/composables/__tests__/useMediaQuery.spec.ts [deleted file]
playground/typescript-jsx-router-vuex-with-tests/src/composables/useColorScheme.ts [deleted file]
playground/typescript-jsx-router-vuex-with-tests/src/composables/useMediaQuery.ts [deleted file]
playground/typescript-jsx-router-vuex-with-tests/src/views/Home.vue
playground/typescript-jsx-router-vuex-with-tests/tsconfig.json
playground/typescript-jsx-router-vuex/README.md
playground/typescript-jsx-router-vuex/env.d.ts [moved from playground/jsx-router-vuex-with-tests/vite-env.d.ts with 100% similarity]
playground/typescript-jsx-router-vuex/src/App.vue
playground/typescript-jsx-router-vuex/src/assets/base.css
playground/typescript-jsx-router-vuex/src/assets/logo.png [deleted file]
playground/typescript-jsx-router-vuex/src/components/ColorSchemeSwitch.vue [deleted file]
playground/typescript-jsx-router-vuex/src/components/HelloWorld.vue
playground/typescript-jsx-router-vuex/src/components/Welcome.vue [new file with mode: 0644]
playground/typescript-jsx-router-vuex/src/components/WelcomeItem.vue [moved from playground/vuex/src/components/IntroductionItem.vue with 100% similarity]
playground/typescript-jsx-router-vuex/src/components/icons/IconCommunity.vue [moved from playground/vuex/src/components/icons/Community.vue with 100% similarity]
playground/typescript-jsx-router-vuex/src/components/icons/IconDocumentation.vue [moved from playground/vuex/src/components/icons/Documentation.vue with 100% similarity]
playground/typescript-jsx-router-vuex/src/components/icons/IconEcosystem.vue [moved from playground/vuex/src/components/icons/Ecosystem.vue with 100% similarity]
playground/typescript-jsx-router-vuex/src/components/icons/IconSupport.vue [moved from playground/vuex/src/components/icons/Support.vue with 100% similarity]
playground/typescript-jsx-router-vuex/src/components/icons/IconTooling.vue [moved from playground/vuex/src/components/icons/Tooling.vue with 100% similarity]
playground/typescript-jsx-router-vuex/src/components/icons/Moon.vue [deleted file]
playground/typescript-jsx-router-vuex/src/components/icons/Sun.vue [deleted file]
playground/typescript-jsx-router-vuex/src/composables/useColorScheme.ts [deleted file]
playground/typescript-jsx-router-vuex/src/composables/useMediaQuery.ts [deleted file]
playground/typescript-jsx-router-vuex/src/views/Home.vue
playground/typescript-jsx-router-vuex/tsconfig.json
playground/typescript-jsx-router-with-tests/.gitignore [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/README.md [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/cypress.json [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/cypress/fixtures/example.json [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/cypress/integration/example.spec.ts [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/cypress/plugins/index.ts [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/cypress/support/commands.ts [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/cypress/support/index.ts [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/cypress/tsconfig.json [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/env.d.ts [moved from playground/jsx-router-vuex/vite-env.d.ts with 100% similarity]
playground/typescript-jsx-router-with-tests/index.html [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/package.json [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/public/favicon.ico [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/src/App.vue [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/src/assets/base.css [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/src/assets/logo.svg [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/src/components/HelloWorld.vue [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/src/components/Welcome.vue [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/src/components/WelcomeItem.vue [moved from playground/with-tests/src/components/IntroductionItem.vue with 100% similarity]
playground/typescript-jsx-router-with-tests/src/components/__tests__/HelloWorld.spec.ts [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/src/components/icons/IconCommunity.vue [moved from playground/with-tests/src/components/icons/Community.vue with 100% similarity]
playground/typescript-jsx-router-with-tests/src/components/icons/IconDocumentation.vue [moved from playground/with-tests/src/components/icons/Documentation.vue with 100% similarity]
playground/typescript-jsx-router-with-tests/src/components/icons/IconEcosystem.vue [moved from playground/with-tests/src/components/icons/Ecosystem.vue with 100% similarity]
playground/typescript-jsx-router-with-tests/src/components/icons/IconSupport.vue [moved from playground/with-tests/src/components/icons/Support.vue with 100% similarity]
playground/typescript-jsx-router-with-tests/src/components/icons/IconTooling.vue [moved from playground/with-tests/src/components/icons/Tooling.vue with 100% similarity]
playground/typescript-jsx-router-with-tests/src/main.ts [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/src/router/index.ts [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/src/views/About.vue [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/src/views/Home.vue [new file with mode: 0644]
playground/typescript-jsx-router-with-tests/tsconfig.json [moved from playground/default/jsconfig.json with 84% similarity]
playground/typescript-jsx-router-with-tests/vite.config.ts [new file with mode: 0644]
playground/typescript-jsx-router/README.md
playground/typescript-jsx-router/env.d.ts [moved from playground/jsx-router/vite-env.d.ts with 100% similarity]
playground/typescript-jsx-router/src/App.vue
playground/typescript-jsx-router/src/assets/base.css
playground/typescript-jsx-router/src/assets/logo.png [deleted file]
playground/typescript-jsx-router/src/components/ColorSchemeSwitch.vue [deleted file]
playground/typescript-jsx-router/src/components/HelloWorld.vue
playground/typescript-jsx-router/src/components/Welcome.vue [new file with mode: 0644]
playground/typescript-jsx-router/src/components/WelcomeItem.vue [new file with mode: 0644]
playground/typescript-jsx-router/src/components/icons/IconCommunity.vue [new file with mode: 0644]
playground/typescript-jsx-router/src/components/icons/IconDocumentation.vue [new file with mode: 0644]
playground/typescript-jsx-router/src/components/icons/IconEcosystem.vue [new file with mode: 0644]
playground/typescript-jsx-router/src/components/icons/IconSupport.vue [new file with mode: 0644]
playground/typescript-jsx-router/src/components/icons/IconTooling.vue [new file with mode: 0644]
playground/typescript-jsx-router/src/components/icons/Moon.vue [deleted file]
playground/typescript-jsx-router/src/components/icons/Sun.vue [deleted file]
playground/typescript-jsx-router/src/composables/useColorScheme.ts [deleted file]
playground/typescript-jsx-router/src/composables/useMediaQuery.ts [deleted file]
playground/typescript-jsx-router/src/views/Home.vue
playground/typescript-jsx-router/tsconfig.json
playground/typescript-jsx-vuex-with-tests/.gitignore [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/README.md [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/cypress.json [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/cypress/fixtures/example.json [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/cypress/integration/example.spec.ts [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/cypress/plugins/index.ts [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/cypress/support/commands.ts [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/cypress/support/index.ts [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/cypress/tsconfig.json [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/env.d.ts [moved from playground/jsx/vite-env.d.ts with 100% similarity]
playground/typescript-jsx-vuex-with-tests/index.html [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/package.json [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/public/favicon.ico [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/src/App.vue [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/src/assets/base.css [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/src/assets/logo.svg [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/src/components/HelloWorld.vue [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/src/components/Welcome.vue [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/src/components/WelcomeItem.vue [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/src/components/__tests__/HelloWorld.spec.ts [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/src/components/icons/IconCommunity.vue [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/src/components/icons/IconDocumentation.vue [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/src/components/icons/IconEcosystem.vue [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/src/components/icons/IconSupport.vue [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/src/components/icons/IconTooling.vue [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/src/main.ts [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/src/store/index.ts [new file with mode: 0644]
playground/typescript-jsx-vuex-with-tests/tsconfig.json [moved from playground/jsx-router/jsconfig.json with 84% similarity]
playground/typescript-jsx-vuex-with-tests/vite.config.ts [new file with mode: 0644]
playground/typescript-jsx-vuex/.gitignore [new file with mode: 0644]
playground/typescript-jsx-vuex/README.md [new file with mode: 0644]
playground/typescript-jsx-vuex/env.d.ts [moved from playground/router-vuex-with-tests/vite-env.d.ts with 100% similarity]
playground/typescript-jsx-vuex/index.html [new file with mode: 0644]
playground/typescript-jsx-vuex/package.json [new file with mode: 0644]
playground/typescript-jsx-vuex/public/favicon.ico [new file with mode: 0644]
playground/typescript-jsx-vuex/src/App.vue [new file with mode: 0644]
playground/typescript-jsx-vuex/src/assets/base.css [new file with mode: 0644]
playground/typescript-jsx-vuex/src/assets/logo.svg [new file with mode: 0644]
playground/typescript-jsx-vuex/src/components/HelloWorld.vue [new file with mode: 0644]
playground/typescript-jsx-vuex/src/components/Welcome.vue [new file with mode: 0644]
playground/typescript-jsx-vuex/src/components/WelcomeItem.vue [new file with mode: 0644]
playground/typescript-jsx-vuex/src/components/icons/IconCommunity.vue [new file with mode: 0644]
playground/typescript-jsx-vuex/src/components/icons/IconDocumentation.vue [new file with mode: 0644]
playground/typescript-jsx-vuex/src/components/icons/IconEcosystem.vue [new file with mode: 0644]
playground/typescript-jsx-vuex/src/components/icons/IconSupport.vue [new file with mode: 0644]
playground/typescript-jsx-vuex/src/components/icons/IconTooling.vue [new file with mode: 0644]
playground/typescript-jsx-vuex/src/main.ts [new file with mode: 0644]
playground/typescript-jsx-vuex/src/store/index.ts [new file with mode: 0644]
playground/typescript-jsx-vuex/tsconfig.json [moved from playground/jsx-router-vuex/jsconfig.json with 84% similarity]
playground/typescript-jsx-vuex/vite.config.ts [new file with mode: 0644]
playground/typescript-jsx-with-tests/.gitignore [new file with mode: 0644]
playground/typescript-jsx-with-tests/README.md [new file with mode: 0644]
playground/typescript-jsx-with-tests/cypress.json [new file with mode: 0644]
playground/typescript-jsx-with-tests/cypress/fixtures/example.json [new file with mode: 0644]
playground/typescript-jsx-with-tests/cypress/integration/example.spec.ts [new file with mode: 0644]
playground/typescript-jsx-with-tests/cypress/plugins/index.ts [new file with mode: 0644]
playground/typescript-jsx-with-tests/cypress/support/commands.ts [new file with mode: 0644]
playground/typescript-jsx-with-tests/cypress/support/index.ts [new file with mode: 0644]
playground/typescript-jsx-with-tests/cypress/tsconfig.json [new file with mode: 0644]
playground/typescript-jsx-with-tests/env.d.ts [moved from playground/router-vuex/vite-env.d.ts with 100% similarity]
playground/typescript-jsx-with-tests/index.html [new file with mode: 0644]
playground/typescript-jsx-with-tests/package.json [new file with mode: 0644]
playground/typescript-jsx-with-tests/public/favicon.ico [new file with mode: 0644]
playground/typescript-jsx-with-tests/src/App.vue [new file with mode: 0644]
playground/typescript-jsx-with-tests/src/assets/base.css [new file with mode: 0644]
playground/typescript-jsx-with-tests/src/assets/logo.svg [new file with mode: 0644]
playground/typescript-jsx-with-tests/src/components/HelloWorld.vue [new file with mode: 0644]
playground/typescript-jsx-with-tests/src/components/Welcome.vue [new file with mode: 0644]
playground/typescript-jsx-with-tests/src/components/WelcomeItem.vue [new file with mode: 0644]
playground/typescript-jsx-with-tests/src/components/__tests__/HelloWorld.spec.ts [new file with mode: 0644]
playground/typescript-jsx-with-tests/src/components/icons/IconCommunity.vue [new file with mode: 0644]
playground/typescript-jsx-with-tests/src/components/icons/IconDocumentation.vue [new file with mode: 0644]
playground/typescript-jsx-with-tests/src/components/icons/IconEcosystem.vue [new file with mode: 0644]
playground/typescript-jsx-with-tests/src/components/icons/IconSupport.vue [new file with mode: 0644]
playground/typescript-jsx-with-tests/src/components/icons/IconTooling.vue [new file with mode: 0644]
playground/typescript-jsx-with-tests/src/main.ts [new file with mode: 0644]
playground/typescript-jsx-with-tests/tsconfig.json [moved from playground/jsx-router-vuex-with-tests/jsconfig.json with 84% similarity]
playground/typescript-jsx-with-tests/vite.config.ts [new file with mode: 0644]
playground/typescript-jsx/README.md
playground/typescript-jsx/env.d.ts [moved from playground/router/vite-env.d.ts with 100% similarity]
playground/typescript-jsx/src/App.vue
playground/typescript-jsx/src/assets/base.css
playground/typescript-jsx/src/assets/logo.png [deleted file]
playground/typescript-jsx/src/components/ColorSchemeSwitch.vue [deleted file]
playground/typescript-jsx/src/components/Welcome.vue [new file with mode: 0644]
playground/typescript-jsx/src/components/WelcomeItem.vue [new file with mode: 0644]
playground/typescript-jsx/src/components/icons/IconCommunity.vue [new file with mode: 0644]
playground/typescript-jsx/src/components/icons/IconDocumentation.vue [new file with mode: 0644]
playground/typescript-jsx/src/components/icons/IconEcosystem.vue [new file with mode: 0644]
playground/typescript-jsx/src/components/icons/IconSupport.vue [new file with mode: 0644]
playground/typescript-jsx/src/components/icons/IconTooling.vue [new file with mode: 0644]
playground/typescript-jsx/src/components/icons/Moon.vue [deleted file]
playground/typescript-jsx/src/components/icons/Sun.vue [deleted file]
playground/typescript-jsx/src/composables/useColorScheme.ts [deleted file]
playground/typescript-jsx/src/composables/useMediaQuery.ts [deleted file]
playground/typescript-jsx/tsconfig.json
playground/typescript-router-vuex-with-tests/.gitignore [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/README.md [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/cypress.json [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/cypress/fixtures/example.json [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/cypress/integration/example.spec.ts [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/cypress/plugins/index.ts [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/cypress/support/commands.ts [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/cypress/support/index.ts [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/cypress/tsconfig.json [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/env.d.ts [moved from playground/typescript-jsx-router-vuex-with-tests/vite-env.d.ts with 100% similarity]
playground/typescript-router-vuex-with-tests/index.html [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/package.json [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/public/favicon.ico [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/src/App.vue [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/src/assets/base.css [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/src/assets/logo.svg [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/src/components/HelloWorld.vue [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/src/components/Welcome.vue [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/src/components/WelcomeItem.vue [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/src/components/__tests__/HelloWorld.spec.ts [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/src/components/icons/IconCommunity.vue [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/src/components/icons/IconDocumentation.vue [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/src/components/icons/IconEcosystem.vue [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/src/components/icons/IconSupport.vue [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/src/components/icons/IconTooling.vue [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/src/main.ts [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/src/router/index.ts [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/src/store/index.ts [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/src/views/About.vue [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/src/views/Home.vue [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/tsconfig.json [new file with mode: 0644]
playground/typescript-router-vuex-with-tests/vite.config.ts [new file with mode: 0644]
playground/typescript-router-vuex/.gitignore [new file with mode: 0644]
playground/typescript-router-vuex/README.md [new file with mode: 0644]
playground/typescript-router-vuex/env.d.ts [moved from playground/typescript-jsx-router-vuex/vite-env.d.ts with 100% similarity]
playground/typescript-router-vuex/index.html [new file with mode: 0644]
playground/typescript-router-vuex/package.json [new file with mode: 0644]
playground/typescript-router-vuex/public/favicon.ico [new file with mode: 0644]
playground/typescript-router-vuex/src/App.vue [new file with mode: 0644]
playground/typescript-router-vuex/src/assets/base.css [new file with mode: 0644]
playground/typescript-router-vuex/src/assets/logo.svg [new file with mode: 0644]
playground/typescript-router-vuex/src/components/HelloWorld.vue [new file with mode: 0644]
playground/typescript-router-vuex/src/components/Welcome.vue [new file with mode: 0644]
playground/typescript-router-vuex/src/components/WelcomeItem.vue [new file with mode: 0644]
playground/typescript-router-vuex/src/components/icons/IconCommunity.vue [new file with mode: 0644]
playground/typescript-router-vuex/src/components/icons/IconDocumentation.vue [new file with mode: 0644]
playground/typescript-router-vuex/src/components/icons/IconEcosystem.vue [new file with mode: 0644]
playground/typescript-router-vuex/src/components/icons/IconSupport.vue [new file with mode: 0644]
playground/typescript-router-vuex/src/components/icons/IconTooling.vue [new file with mode: 0644]
playground/typescript-router-vuex/src/main.ts [new file with mode: 0644]
playground/typescript-router-vuex/src/router/index.ts [new file with mode: 0644]
playground/typescript-router-vuex/src/store/index.ts [new file with mode: 0644]
playground/typescript-router-vuex/src/views/About.vue [new file with mode: 0644]
playground/typescript-router-vuex/src/views/Home.vue [new file with mode: 0644]
playground/typescript-router-vuex/tsconfig.json [new file with mode: 0644]
playground/typescript-router-vuex/vite.config.ts [new file with mode: 0644]
playground/typescript-router-with-tests/.gitignore [new file with mode: 0644]
playground/typescript-router-with-tests/README.md [new file with mode: 0644]
playground/typescript-router-with-tests/cypress.json [new file with mode: 0644]
playground/typescript-router-with-tests/cypress/fixtures/example.json [new file with mode: 0644]
playground/typescript-router-with-tests/cypress/integration/example.spec.ts [new file with mode: 0644]
playground/typescript-router-with-tests/cypress/plugins/index.ts [new file with mode: 0644]
playground/typescript-router-with-tests/cypress/support/commands.ts [new file with mode: 0644]
playground/typescript-router-with-tests/cypress/support/index.ts [new file with mode: 0644]
playground/typescript-router-with-tests/cypress/tsconfig.json [new file with mode: 0644]
playground/typescript-router-with-tests/env.d.ts [moved from playground/typescript-jsx-router/vite-env.d.ts with 100% similarity]
playground/typescript-router-with-tests/index.html [new file with mode: 0644]
playground/typescript-router-with-tests/package.json [new file with mode: 0644]
playground/typescript-router-with-tests/public/favicon.ico [new file with mode: 0644]
playground/typescript-router-with-tests/src/App.vue [new file with mode: 0644]
playground/typescript-router-with-tests/src/assets/base.css [new file with mode: 0644]
playground/typescript-router-with-tests/src/assets/logo.svg [new file with mode: 0644]
playground/typescript-router-with-tests/src/components/HelloWorld.vue [new file with mode: 0644]
playground/typescript-router-with-tests/src/components/Welcome.vue [new file with mode: 0644]
playground/typescript-router-with-tests/src/components/WelcomeItem.vue [new file with mode: 0644]
playground/typescript-router-with-tests/src/components/__tests__/HelloWorld.spec.ts [new file with mode: 0644]
playground/typescript-router-with-tests/src/components/icons/IconCommunity.vue [new file with mode: 0644]
playground/typescript-router-with-tests/src/components/icons/IconDocumentation.vue [new file with mode: 0644]
playground/typescript-router-with-tests/src/components/icons/IconEcosystem.vue [new file with mode: 0644]
playground/typescript-router-with-tests/src/components/icons/IconSupport.vue [new file with mode: 0644]
playground/typescript-router-with-tests/src/components/icons/IconTooling.vue [new file with mode: 0644]
playground/typescript-router-with-tests/src/main.ts [new file with mode: 0644]
playground/typescript-router-with-tests/src/router/index.ts [new file with mode: 0644]
playground/typescript-router-with-tests/src/views/About.vue [new file with mode: 0644]
playground/typescript-router-with-tests/src/views/Home.vue [new file with mode: 0644]
playground/typescript-router-with-tests/tsconfig.json [new file with mode: 0644]
playground/typescript-router-with-tests/vite.config.ts [new file with mode: 0644]
playground/typescript-router/.gitignore [new file with mode: 0644]
playground/typescript-router/README.md [new file with mode: 0644]
playground/typescript-router/env.d.ts [moved from playground/typescript-jsx/vite-env.d.ts with 100% similarity]
playground/typescript-router/index.html [new file with mode: 0644]
playground/typescript-router/package.json [new file with mode: 0644]
playground/typescript-router/public/favicon.ico [new file with mode: 0644]
playground/typescript-router/src/App.vue [new file with mode: 0644]
playground/typescript-router/src/assets/base.css [new file with mode: 0644]
playground/typescript-router/src/assets/logo.svg [new file with mode: 0644]
playground/typescript-router/src/components/HelloWorld.vue [new file with mode: 0644]
playground/typescript-router/src/components/Welcome.vue [new file with mode: 0644]
playground/typescript-router/src/components/WelcomeItem.vue [new file with mode: 0644]
playground/typescript-router/src/components/icons/IconCommunity.vue [new file with mode: 0644]
playground/typescript-router/src/components/icons/IconDocumentation.vue [new file with mode: 0644]
playground/typescript-router/src/components/icons/IconEcosystem.vue [new file with mode: 0644]
playground/typescript-router/src/components/icons/IconSupport.vue [new file with mode: 0644]
playground/typescript-router/src/components/icons/IconTooling.vue [new file with mode: 0644]
playground/typescript-router/src/main.ts [new file with mode: 0644]
playground/typescript-router/src/router/index.ts [new file with mode: 0644]
playground/typescript-router/src/views/About.vue [new file with mode: 0644]
playground/typescript-router/src/views/Home.vue [new file with mode: 0644]
playground/typescript-router/tsconfig.json [new file with mode: 0644]
playground/typescript-router/vite.config.ts [new file with mode: 0644]
playground/typescript-vuex-with-tests/.gitignore [new file with mode: 0644]
playground/typescript-vuex-with-tests/README.md [new file with mode: 0644]
playground/typescript-vuex-with-tests/cypress.json [new file with mode: 0644]
playground/typescript-vuex-with-tests/cypress/fixtures/example.json [new file with mode: 0644]
playground/typescript-vuex-with-tests/cypress/integration/example.spec.ts [new file with mode: 0644]
playground/typescript-vuex-with-tests/cypress/plugins/index.ts [new file with mode: 0644]
playground/typescript-vuex-with-tests/cypress/support/commands.ts [new file with mode: 0644]
playground/typescript-vuex-with-tests/cypress/support/index.ts [new file with mode: 0644]
playground/typescript-vuex-with-tests/cypress/tsconfig.json [new file with mode: 0644]
playground/typescript-vuex-with-tests/env.d.ts [moved from playground/typescript/vite-env.d.ts with 100% similarity]
playground/typescript-vuex-with-tests/index.html [new file with mode: 0644]
playground/typescript-vuex-with-tests/package.json [new file with mode: 0644]
playground/typescript-vuex-with-tests/public/favicon.ico [new file with mode: 0644]
playground/typescript-vuex-with-tests/src/App.vue [new file with mode: 0644]
playground/typescript-vuex-with-tests/src/assets/base.css [new file with mode: 0644]
playground/typescript-vuex-with-tests/src/assets/logo.svg [new file with mode: 0644]
playground/typescript-vuex-with-tests/src/components/HelloWorld.vue [new file with mode: 0644]
playground/typescript-vuex-with-tests/src/components/Welcome.vue [new file with mode: 0644]
playground/typescript-vuex-with-tests/src/components/WelcomeItem.vue [new file with mode: 0644]
playground/typescript-vuex-with-tests/src/components/__tests__/HelloWorld.spec.ts [new file with mode: 0644]
playground/typescript-vuex-with-tests/src/components/icons/IconCommunity.vue [new file with mode: 0644]
playground/typescript-vuex-with-tests/src/components/icons/IconDocumentation.vue [new file with mode: 0644]
playground/typescript-vuex-with-tests/src/components/icons/IconEcosystem.vue [new file with mode: 0644]
playground/typescript-vuex-with-tests/src/components/icons/IconSupport.vue [new file with mode: 0644]
playground/typescript-vuex-with-tests/src/components/icons/IconTooling.vue [new file with mode: 0644]
playground/typescript-vuex-with-tests/src/main.ts [new file with mode: 0644]
playground/typescript-vuex-with-tests/src/store/index.ts [new file with mode: 0644]
playground/typescript-vuex-with-tests/tsconfig.json [new file with mode: 0644]
playground/typescript-vuex-with-tests/vite.config.ts [new file with mode: 0644]
playground/typescript-vuex/.gitignore [new file with mode: 0644]
playground/typescript-vuex/README.md [new file with mode: 0644]
playground/typescript-vuex/env.d.ts [moved from playground/vuex-with-tests/vite-env.d.ts with 100% similarity]
playground/typescript-vuex/index.html [new file with mode: 0644]
playground/typescript-vuex/package.json [new file with mode: 0644]
playground/typescript-vuex/public/favicon.ico [new file with mode: 0644]
playground/typescript-vuex/src/App.vue [new file with mode: 0644]
playground/typescript-vuex/src/assets/base.css [new file with mode: 0644]
playground/typescript-vuex/src/assets/logo.svg [new file with mode: 0644]
playground/typescript-vuex/src/components/HelloWorld.vue [new file with mode: 0644]
playground/typescript-vuex/src/components/Welcome.vue [new file with mode: 0644]
playground/typescript-vuex/src/components/WelcomeItem.vue [new file with mode: 0644]
playground/typescript-vuex/src/components/icons/IconCommunity.vue [new file with mode: 0644]
playground/typescript-vuex/src/components/icons/IconDocumentation.vue [new file with mode: 0644]
playground/typescript-vuex/src/components/icons/IconEcosystem.vue [new file with mode: 0644]
playground/typescript-vuex/src/components/icons/IconSupport.vue [new file with mode: 0644]
playground/typescript-vuex/src/components/icons/IconTooling.vue [new file with mode: 0644]
playground/typescript-vuex/src/main.ts [new file with mode: 0644]
playground/typescript-vuex/src/store/index.ts [new file with mode: 0644]
playground/typescript-vuex/tsconfig.json [new file with mode: 0644]
playground/typescript-vuex/vite.config.ts [new file with mode: 0644]
playground/typescript-with-tests/.gitignore [new file with mode: 0644]
playground/typescript-with-tests/README.md [new file with mode: 0644]
playground/typescript-with-tests/cypress.json [new file with mode: 0644]
playground/typescript-with-tests/cypress/fixtures/example.json [new file with mode: 0644]
playground/typescript-with-tests/cypress/integration/example.spec.ts [new file with mode: 0644]
playground/typescript-with-tests/cypress/plugins/index.ts [new file with mode: 0644]
playground/typescript-with-tests/cypress/support/commands.ts [new file with mode: 0644]
playground/typescript-with-tests/cypress/support/index.ts [new file with mode: 0644]
playground/typescript-with-tests/cypress/tsconfig.json [new file with mode: 0644]
playground/typescript-with-tests/env.d.ts [moved from playground/vuex/vite-env.d.ts with 100% similarity]
playground/typescript-with-tests/index.html [new file with mode: 0644]
playground/typescript-with-tests/package.json [new file with mode: 0644]
playground/typescript-with-tests/public/favicon.ico [new file with mode: 0644]
playground/typescript-with-tests/src/App.vue [new file with mode: 0644]
playground/typescript-with-tests/src/assets/base.css [new file with mode: 0644]
playground/typescript-with-tests/src/assets/logo.svg [new file with mode: 0644]
playground/typescript-with-tests/src/components/HelloWorld.vue [new file with mode: 0644]
playground/typescript-with-tests/src/components/Welcome.vue [new file with mode: 0644]
playground/typescript-with-tests/src/components/WelcomeItem.vue [new file with mode: 0644]
playground/typescript-with-tests/src/components/__tests__/HelloWorld.spec.ts [new file with mode: 0644]
playground/typescript-with-tests/src/components/icons/IconCommunity.vue [new file with mode: 0644]
playground/typescript-with-tests/src/components/icons/IconDocumentation.vue [new file with mode: 0644]
playground/typescript-with-tests/src/components/icons/IconEcosystem.vue [new file with mode: 0644]
playground/typescript-with-tests/src/components/icons/IconSupport.vue [new file with mode: 0644]
playground/typescript-with-tests/src/components/icons/IconTooling.vue [new file with mode: 0644]
playground/typescript-with-tests/src/main.ts [new file with mode: 0644]
playground/typescript-with-tests/tsconfig.json [new file with mode: 0644]
playground/typescript-with-tests/vite.config.ts [new file with mode: 0644]
playground/typescript/README.md
playground/typescript/env.d.ts [moved from playground/with-tests/vite-env.d.ts with 100% similarity]
playground/typescript/src/App.vue
playground/typescript/src/assets/base.css
playground/typescript/src/assets/logo.png [deleted file]
playground/typescript/src/components/ColorSchemeSwitch.vue [deleted file]
playground/typescript/src/components/Welcome.vue [new file with mode: 0644]
playground/typescript/src/components/WelcomeItem.vue [new file with mode: 0644]
playground/typescript/src/components/icons/IconCommunity.vue [new file with mode: 0644]
playground/typescript/src/components/icons/IconDocumentation.vue [new file with mode: 0644]
playground/typescript/src/components/icons/IconEcosystem.vue [new file with mode: 0644]
playground/typescript/src/components/icons/IconSupport.vue [new file with mode: 0644]
playground/typescript/src/components/icons/IconTooling.vue [new file with mode: 0644]
playground/typescript/src/components/icons/Moon.vue [deleted file]
playground/typescript/src/components/icons/Sun.vue [deleted file]
playground/typescript/src/composables/useColorScheme.ts [deleted file]
playground/typescript/src/composables/useMediaQuery.ts [deleted file]
playground/typescript/tsconfig.json
playground/vuex-with-tests/README.md
playground/vuex-with-tests/jsconfig.json [deleted file]
playground/vuex-with-tests/src/App.vue
playground/vuex-with-tests/src/assets/base.css
playground/vuex-with-tests/src/assets/logo.png [deleted file]
playground/vuex-with-tests/src/components/ColorSchemeSwitch.vue [deleted file]
playground/vuex-with-tests/src/components/Welcome.vue [new file with mode: 0644]
playground/vuex-with-tests/src/components/WelcomeItem.vue [new file with mode: 0644]
playground/vuex-with-tests/src/components/__tests__/ColorSchemeSwitch.spec.js [deleted file]
playground/vuex-with-tests/src/components/icons/IconCommunity.vue [new file with mode: 0644]
playground/vuex-with-tests/src/components/icons/IconDocumentation.vue [new file with mode: 0644]
playground/vuex-with-tests/src/components/icons/IconEcosystem.vue [new file with mode: 0644]
playground/vuex-with-tests/src/components/icons/IconSupport.vue [new file with mode: 0644]
playground/vuex-with-tests/src/components/icons/IconTooling.vue [new file with mode: 0644]
playground/vuex-with-tests/src/components/icons/Moon.vue [deleted file]
playground/vuex-with-tests/src/components/icons/Sun.vue [deleted file]
playground/vuex-with-tests/src/composables/__tests__/useMediaQuery.spec.js [deleted file]
playground/vuex-with-tests/src/composables/useColorScheme.js [deleted file]
playground/vuex-with-tests/src/composables/useMediaQuery.js [deleted file]
playground/vuex/README.md
playground/vuex/jsconfig.json [deleted file]
playground/vuex/src/App.vue
playground/vuex/src/assets/base.css
playground/vuex/src/assets/logo.png [deleted file]
playground/vuex/src/components/ColorSchemeSwitch.vue [deleted file]
playground/vuex/src/components/Welcome.vue [new file with mode: 0644]
playground/vuex/src/components/WelcomeItem.vue [new file with mode: 0644]
playground/vuex/src/components/icons/IconCommunity.vue [new file with mode: 0644]
playground/vuex/src/components/icons/IconDocumentation.vue [new file with mode: 0644]
playground/vuex/src/components/icons/IconEcosystem.vue [new file with mode: 0644]
playground/vuex/src/components/icons/IconSupport.vue [new file with mode: 0644]
playground/vuex/src/components/icons/IconTooling.vue [new file with mode: 0644]
playground/vuex/src/components/icons/Moon.vue [deleted file]
playground/vuex/src/components/icons/Sun.vue [deleted file]
playground/vuex/src/composables/useColorScheme.js [deleted file]
playground/vuex/src/composables/useMediaQuery.js [deleted file]
playground/with-tests/README.md
playground/with-tests/jsconfig.json [deleted file]
playground/with-tests/src/App.vue
playground/with-tests/src/assets/base.css
playground/with-tests/src/assets/logo.png [deleted file]
playground/with-tests/src/components/ColorSchemeSwitch.vue [deleted file]
playground/with-tests/src/components/Welcome.vue [new file with mode: 0644]
playground/with-tests/src/components/WelcomeItem.vue [new file with mode: 0644]
playground/with-tests/src/components/__tests__/ColorSchemeSwitch.spec.js [deleted file]
playground/with-tests/src/components/icons/IconCommunity.vue [new file with mode: 0644]
playground/with-tests/src/components/icons/IconDocumentation.vue [new file with mode: 0644]
playground/with-tests/src/components/icons/IconEcosystem.vue [new file with mode: 0644]
playground/with-tests/src/components/icons/IconSupport.vue [new file with mode: 0644]
playground/with-tests/src/components/icons/IconTooling.vue [new file with mode: 0644]
playground/with-tests/src/components/icons/Moon.vue [deleted file]
playground/with-tests/src/components/icons/Sun.vue [deleted file]
playground/with-tests/src/composables/__tests__/useMediaQuery.spec.js [deleted file]
playground/with-tests/src/composables/useColorScheme.js [deleted file]
playground/with-tests/src/composables/useMediaQuery.js [deleted file]
pnpm-lock.yaml