]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
chore: prepare for submodule migration
authorHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 30 Jun 2022 06:02:26 +0000 (14:02 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 30 Jun 2022 06:02:26 +0000 (14:02 +0800)
commit7e6e5fbbb855a9407480eefdf797629ba236d24f
tree3767e822a9557ed0757a99d528881d28cbeb98cb
parentc21cd289654a20d2f324f80089a31bfa95c57296
chore: prepare for submodule migration
400 files changed:
playground/default/.gitignore [deleted file]
playground/default/README.md [deleted file]
playground/default/index.html [deleted file]
playground/default/package.json [deleted file]
playground/default/public/favicon.ico [deleted file]
playground/default/src/App.vue [deleted file]
playground/default/src/assets/base.css [deleted file]
playground/default/src/assets/logo.svg [deleted file]
playground/default/src/components/HelloWorld.vue [deleted file]
playground/default/src/components/TheWelcome.vue [deleted file]
playground/default/src/components/WelcomeItem.vue [deleted file]
playground/default/src/components/icons/IconCommunity.vue [deleted file]
playground/default/src/components/icons/IconDocumentation.vue [deleted file]
playground/default/src/components/icons/IconEcosystem.vue [deleted file]
playground/default/src/components/icons/IconSupport.vue [deleted file]
playground/default/src/components/icons/IconTooling.vue [deleted file]
playground/default/src/main.js [deleted file]
playground/default/vite.config.js [deleted file]
playground/pinia-with-tests/.gitignore [deleted file]
playground/pinia-with-tests/README.md [deleted file]
playground/pinia-with-tests/cypress.json [deleted file]
playground/pinia-with-tests/cypress/fixtures/example.json [deleted file]
playground/pinia-with-tests/cypress/integration/example.spec.js [deleted file]
playground/pinia-with-tests/cypress/jsconfig.json [deleted file]
playground/pinia-with-tests/cypress/plugins/index.js [deleted file]
playground/pinia-with-tests/cypress/support/commands.js [deleted file]
playground/pinia-with-tests/cypress/support/index.js [deleted file]
playground/pinia-with-tests/index.html [deleted file]
playground/pinia-with-tests/package.json [deleted file]
playground/pinia-with-tests/public/favicon.ico [deleted file]
playground/pinia-with-tests/src/App.vue [deleted file]
playground/pinia-with-tests/src/assets/base.css [deleted file]
playground/pinia-with-tests/src/assets/logo.svg [deleted file]
playground/pinia-with-tests/src/components/HelloWorld.vue [deleted file]
playground/pinia-with-tests/src/components/TheWelcome.vue [deleted file]
playground/pinia-with-tests/src/components/WelcomeItem.vue [deleted file]
playground/pinia-with-tests/src/components/__tests__/HelloWorld.spec.js [deleted file]
playground/pinia-with-tests/src/components/icons/IconCommunity.vue [deleted file]
playground/pinia-with-tests/src/components/icons/IconDocumentation.vue [deleted file]
playground/pinia-with-tests/src/components/icons/IconEcosystem.vue [deleted file]
playground/pinia-with-tests/src/components/icons/IconSupport.vue [deleted file]
playground/pinia-with-tests/src/components/icons/IconTooling.vue [deleted file]
playground/pinia-with-tests/src/main.js [deleted file]
playground/pinia-with-tests/src/stores/counter.js [deleted file]
playground/pinia-with-tests/vite.config.js [deleted file]
playground/pinia/.gitignore [deleted file]
playground/pinia/README.md [deleted file]
playground/pinia/index.html [deleted file]
playground/pinia/package.json [deleted file]
playground/pinia/public/favicon.ico [deleted file]
playground/pinia/src/App.vue [deleted file]
playground/pinia/src/assets/base.css [deleted file]
playground/pinia/src/assets/logo.svg [deleted file]
playground/pinia/src/components/HelloWorld.vue [deleted file]
playground/pinia/src/components/TheWelcome.vue [deleted file]
playground/pinia/src/components/WelcomeItem.vue [deleted file]
playground/pinia/src/components/icons/IconCommunity.vue [deleted file]
playground/pinia/src/components/icons/IconDocumentation.vue [deleted file]
playground/pinia/src/components/icons/IconEcosystem.vue [deleted file]
playground/pinia/src/components/icons/IconSupport.vue [deleted file]
playground/pinia/src/components/icons/IconTooling.vue [deleted file]
playground/pinia/src/main.js [deleted file]
playground/pinia/src/stores/counter.js [deleted file]
playground/pinia/vite.config.js [deleted file]
playground/router-pinia-with-tests/.gitignore [deleted file]
playground/router-pinia-with-tests/README.md [deleted file]
playground/router-pinia-with-tests/cypress.json [deleted file]
playground/router-pinia-with-tests/cypress/fixtures/example.json [deleted file]
playground/router-pinia-with-tests/cypress/integration/example.spec.js [deleted file]
playground/router-pinia-with-tests/cypress/jsconfig.json [deleted file]
playground/router-pinia-with-tests/cypress/plugins/index.js [deleted file]
playground/router-pinia-with-tests/cypress/support/commands.js [deleted file]
playground/router-pinia-with-tests/cypress/support/index.js [deleted file]
playground/router-pinia-with-tests/index.html [deleted file]
playground/router-pinia-with-tests/package.json [deleted file]
playground/router-pinia-with-tests/public/favicon.ico [deleted file]
playground/router-pinia-with-tests/src/App.vue [deleted file]
playground/router-pinia-with-tests/src/assets/base.css [deleted file]
playground/router-pinia-with-tests/src/assets/logo.svg [deleted file]
playground/router-pinia-with-tests/src/components/HelloWorld.vue [deleted file]
playground/router-pinia-with-tests/src/components/TheWelcome.vue [deleted file]
playground/router-pinia-with-tests/src/components/WelcomeItem.vue [deleted file]
playground/router-pinia-with-tests/src/components/__tests__/HelloWorld.spec.js [deleted file]
playground/router-pinia-with-tests/src/components/icons/IconCommunity.vue [deleted file]
playground/router-pinia-with-tests/src/components/icons/IconDocumentation.vue [deleted file]
playground/router-pinia-with-tests/src/components/icons/IconEcosystem.vue [deleted file]
playground/router-pinia-with-tests/src/components/icons/IconSupport.vue [deleted file]
playground/router-pinia-with-tests/src/components/icons/IconTooling.vue [deleted file]
playground/router-pinia-with-tests/src/main.js [deleted file]
playground/router-pinia-with-tests/src/router/index.js [deleted file]
playground/router-pinia-with-tests/src/stores/counter.js [deleted file]
playground/router-pinia-with-tests/src/views/AboutView.vue [deleted file]
playground/router-pinia-with-tests/src/views/HomeView.vue [deleted file]
playground/router-pinia-with-tests/vite.config.js [deleted file]
playground/router-pinia/.gitignore [deleted file]
playground/router-pinia/README.md [deleted file]
playground/router-pinia/index.html [deleted file]
playground/router-pinia/package.json [deleted file]
playground/router-pinia/public/favicon.ico [deleted file]
playground/router-pinia/src/App.vue [deleted file]
playground/router-pinia/src/assets/base.css [deleted file]
playground/router-pinia/src/assets/logo.svg [deleted file]
playground/router-pinia/src/components/HelloWorld.vue [deleted file]
playground/router-pinia/src/components/TheWelcome.vue [deleted file]
playground/router-pinia/src/components/WelcomeItem.vue [deleted file]
playground/router-pinia/src/components/icons/IconCommunity.vue [deleted file]
playground/router-pinia/src/components/icons/IconDocumentation.vue [deleted file]
playground/router-pinia/src/components/icons/IconEcosystem.vue [deleted file]
playground/router-pinia/src/components/icons/IconSupport.vue [deleted file]
playground/router-pinia/src/components/icons/IconTooling.vue [deleted file]
playground/router-pinia/src/main.js [deleted file]
playground/router-pinia/src/router/index.js [deleted file]
playground/router-pinia/src/stores/counter.js [deleted file]
playground/router-pinia/src/views/AboutView.vue [deleted file]
playground/router-pinia/src/views/HomeView.vue [deleted file]
playground/router-pinia/vite.config.js [deleted file]
playground/router-with-tests/.gitignore [deleted file]
playground/router-with-tests/README.md [deleted file]
playground/router-with-tests/cypress.json [deleted file]
playground/router-with-tests/cypress/fixtures/example.json [deleted file]
playground/router-with-tests/cypress/integration/example.spec.js [deleted file]
playground/router-with-tests/cypress/jsconfig.json [deleted file]
playground/router-with-tests/cypress/plugins/index.js [deleted file]
playground/router-with-tests/cypress/support/commands.js [deleted file]
playground/router-with-tests/cypress/support/index.js [deleted file]
playground/router-with-tests/index.html [deleted file]
playground/router-with-tests/package.json [deleted file]
playground/router-with-tests/public/favicon.ico [deleted file]
playground/router-with-tests/src/App.vue [deleted file]
playground/router-with-tests/src/assets/base.css [deleted file]
playground/router-with-tests/src/assets/logo.svg [deleted file]
playground/router-with-tests/src/components/HelloWorld.vue [deleted file]
playground/router-with-tests/src/components/TheWelcome.vue [deleted file]
playground/router-with-tests/src/components/WelcomeItem.vue [deleted file]
playground/router-with-tests/src/components/__tests__/HelloWorld.spec.js [deleted file]
playground/router-with-tests/src/components/icons/IconCommunity.vue [deleted file]
playground/router-with-tests/src/components/icons/IconDocumentation.vue [deleted file]
playground/router-with-tests/src/components/icons/IconEcosystem.vue [deleted file]
playground/router-with-tests/src/components/icons/IconSupport.vue [deleted file]
playground/router-with-tests/src/components/icons/IconTooling.vue [deleted file]
playground/router-with-tests/src/main.js [deleted file]
playground/router-with-tests/src/router/index.js [deleted file]
playground/router-with-tests/src/views/AboutView.vue [deleted file]
playground/router-with-tests/src/views/HomeView.vue [deleted file]
playground/router-with-tests/vite.config.js [deleted file]
playground/router/.gitignore [deleted file]
playground/router/README.md [deleted file]
playground/router/index.html [deleted file]
playground/router/package.json [deleted file]
playground/router/public/favicon.ico [deleted file]
playground/router/src/App.vue [deleted file]
playground/router/src/assets/base.css [deleted file]
playground/router/src/assets/logo.svg [deleted file]
playground/router/src/components/HelloWorld.vue [deleted file]
playground/router/src/components/TheWelcome.vue [deleted file]
playground/router/src/components/WelcomeItem.vue [deleted file]
playground/router/src/components/icons/IconCommunity.vue [deleted file]
playground/router/src/components/icons/IconDocumentation.vue [deleted file]
playground/router/src/components/icons/IconEcosystem.vue [deleted file]
playground/router/src/components/icons/IconSupport.vue [deleted file]
playground/router/src/components/icons/IconTooling.vue [deleted file]
playground/router/src/main.js [deleted file]
playground/router/src/router/index.js [deleted file]
playground/router/src/views/AboutView.vue [deleted file]
playground/router/src/views/HomeView.vue [deleted file]
playground/router/vite.config.js [deleted file]
playground/typescript-pinia-with-tests/.gitignore [deleted file]
playground/typescript-pinia-with-tests/README.md [deleted file]
playground/typescript-pinia-with-tests/cypress.json [deleted file]
playground/typescript-pinia-with-tests/cypress/fixtures/example.json [deleted file]
playground/typescript-pinia-with-tests/cypress/integration/example.spec.ts [deleted file]
playground/typescript-pinia-with-tests/cypress/plugins/index.ts [deleted file]
playground/typescript-pinia-with-tests/cypress/support/commands.ts [deleted file]
playground/typescript-pinia-with-tests/cypress/support/index.ts [deleted file]
playground/typescript-pinia-with-tests/cypress/tsconfig.json [deleted file]
playground/typescript-pinia-with-tests/env.d.ts [deleted file]
playground/typescript-pinia-with-tests/index.html [deleted file]
playground/typescript-pinia-with-tests/package.json [deleted file]
playground/typescript-pinia-with-tests/public/favicon.ico [deleted file]
playground/typescript-pinia-with-tests/src/App.vue [deleted file]
playground/typescript-pinia-with-tests/src/assets/base.css [deleted file]
playground/typescript-pinia-with-tests/src/assets/logo.svg [deleted file]
playground/typescript-pinia-with-tests/src/components/HelloWorld.vue [deleted file]
playground/typescript-pinia-with-tests/src/components/TheWelcome.vue [deleted file]
playground/typescript-pinia-with-tests/src/components/WelcomeItem.vue [deleted file]
playground/typescript-pinia-with-tests/src/components/__tests__/HelloWorld.spec.ts [deleted file]
playground/typescript-pinia-with-tests/src/components/icons/IconCommunity.vue [deleted file]
playground/typescript-pinia-with-tests/src/components/icons/IconDocumentation.vue [deleted file]
playground/typescript-pinia-with-tests/src/components/icons/IconEcosystem.vue [deleted file]
playground/typescript-pinia-with-tests/src/components/icons/IconSupport.vue [deleted file]
playground/typescript-pinia-with-tests/src/components/icons/IconTooling.vue [deleted file]
playground/typescript-pinia-with-tests/src/main.ts [deleted file]
playground/typescript-pinia-with-tests/src/stores/counter.ts [deleted file]
playground/typescript-pinia-with-tests/tsconfig.json [deleted file]
playground/typescript-pinia-with-tests/vite.config.ts [deleted file]
playground/typescript-pinia/.gitignore [deleted file]
playground/typescript-pinia/README.md [deleted file]
playground/typescript-pinia/env.d.ts [deleted file]
playground/typescript-pinia/index.html [deleted file]
playground/typescript-pinia/package.json [deleted file]
playground/typescript-pinia/public/favicon.ico [deleted file]
playground/typescript-pinia/src/App.vue [deleted file]
playground/typescript-pinia/src/assets/base.css [deleted file]
playground/typescript-pinia/src/assets/logo.svg [deleted file]
playground/typescript-pinia/src/components/HelloWorld.vue [deleted file]
playground/typescript-pinia/src/components/TheWelcome.vue [deleted file]
playground/typescript-pinia/src/components/WelcomeItem.vue [deleted file]
playground/typescript-pinia/src/components/icons/IconCommunity.vue [deleted file]
playground/typescript-pinia/src/components/icons/IconDocumentation.vue [deleted file]
playground/typescript-pinia/src/components/icons/IconEcosystem.vue [deleted file]
playground/typescript-pinia/src/components/icons/IconSupport.vue [deleted file]
playground/typescript-pinia/src/components/icons/IconTooling.vue [deleted file]
playground/typescript-pinia/src/main.ts [deleted file]
playground/typescript-pinia/src/stores/counter.ts [deleted file]
playground/typescript-pinia/tsconfig.json [deleted file]
playground/typescript-pinia/vite.config.ts [deleted file]
playground/typescript-router-pinia-with-tests/.gitignore [deleted file]
playground/typescript-router-pinia-with-tests/README.md [deleted file]
playground/typescript-router-pinia-with-tests/cypress.json [deleted file]
playground/typescript-router-pinia-with-tests/cypress/fixtures/example.json [deleted file]
playground/typescript-router-pinia-with-tests/cypress/integration/example.spec.ts [deleted file]
playground/typescript-router-pinia-with-tests/cypress/plugins/index.ts [deleted file]
playground/typescript-router-pinia-with-tests/cypress/support/commands.ts [deleted file]
playground/typescript-router-pinia-with-tests/cypress/support/index.ts [deleted file]
playground/typescript-router-pinia-with-tests/cypress/tsconfig.json [deleted file]
playground/typescript-router-pinia-with-tests/env.d.ts [deleted file]
playground/typescript-router-pinia-with-tests/index.html [deleted file]
playground/typescript-router-pinia-with-tests/package.json [deleted file]
playground/typescript-router-pinia-with-tests/public/favicon.ico [deleted file]
playground/typescript-router-pinia-with-tests/src/App.vue [deleted file]
playground/typescript-router-pinia-with-tests/src/assets/base.css [deleted file]
playground/typescript-router-pinia-with-tests/src/assets/logo.svg [deleted file]
playground/typescript-router-pinia-with-tests/src/components/HelloWorld.vue [deleted file]
playground/typescript-router-pinia-with-tests/src/components/TheWelcome.vue [deleted file]
playground/typescript-router-pinia-with-tests/src/components/WelcomeItem.vue [deleted file]
playground/typescript-router-pinia-with-tests/src/components/__tests__/HelloWorld.spec.ts [deleted file]
playground/typescript-router-pinia-with-tests/src/components/icons/IconCommunity.vue [deleted file]
playground/typescript-router-pinia-with-tests/src/components/icons/IconDocumentation.vue [deleted file]
playground/typescript-router-pinia-with-tests/src/components/icons/IconEcosystem.vue [deleted file]
playground/typescript-router-pinia-with-tests/src/components/icons/IconSupport.vue [deleted file]
playground/typescript-router-pinia-with-tests/src/components/icons/IconTooling.vue [deleted file]
playground/typescript-router-pinia-with-tests/src/main.ts [deleted file]
playground/typescript-router-pinia-with-tests/src/router/index.ts [deleted file]
playground/typescript-router-pinia-with-tests/src/stores/counter.ts [deleted file]
playground/typescript-router-pinia-with-tests/src/views/AboutView.vue [deleted file]
playground/typescript-router-pinia-with-tests/src/views/HomeView.vue [deleted file]
playground/typescript-router-pinia-with-tests/tsconfig.json [deleted file]
playground/typescript-router-pinia-with-tests/vite.config.ts [deleted file]
playground/typescript-router-pinia/.gitignore [deleted file]
playground/typescript-router-pinia/README.md [deleted file]
playground/typescript-router-pinia/env.d.ts [deleted file]
playground/typescript-router-pinia/index.html [deleted file]
playground/typescript-router-pinia/package.json [deleted file]
playground/typescript-router-pinia/public/favicon.ico [deleted file]
playground/typescript-router-pinia/src/App.vue [deleted file]
playground/typescript-router-pinia/src/assets/base.css [deleted file]
playground/typescript-router-pinia/src/assets/logo.svg [deleted file]
playground/typescript-router-pinia/src/components/HelloWorld.vue [deleted file]
playground/typescript-router-pinia/src/components/TheWelcome.vue [deleted file]
playground/typescript-router-pinia/src/components/WelcomeItem.vue [deleted file]
playground/typescript-router-pinia/src/components/icons/IconCommunity.vue [deleted file]
playground/typescript-router-pinia/src/components/icons/IconDocumentation.vue [deleted file]
playground/typescript-router-pinia/src/components/icons/IconEcosystem.vue [deleted file]
playground/typescript-router-pinia/src/components/icons/IconSupport.vue [deleted file]
playground/typescript-router-pinia/src/components/icons/IconTooling.vue [deleted file]
playground/typescript-router-pinia/src/main.ts [deleted file]
playground/typescript-router-pinia/src/router/index.ts [deleted file]
playground/typescript-router-pinia/src/stores/counter.ts [deleted file]
playground/typescript-router-pinia/src/views/AboutView.vue [deleted file]
playground/typescript-router-pinia/src/views/HomeView.vue [deleted file]
playground/typescript-router-pinia/tsconfig.json [deleted file]
playground/typescript-router-pinia/vite.config.ts [deleted file]
playground/typescript-router-with-tests/.gitignore [deleted file]
playground/typescript-router-with-tests/README.md [deleted file]
playground/typescript-router-with-tests/cypress.json [deleted file]
playground/typescript-router-with-tests/cypress/fixtures/example.json [deleted file]
playground/typescript-router-with-tests/cypress/integration/example.spec.ts [deleted file]
playground/typescript-router-with-tests/cypress/plugins/index.ts [deleted file]
playground/typescript-router-with-tests/cypress/support/commands.ts [deleted file]
playground/typescript-router-with-tests/cypress/support/index.ts [deleted file]
playground/typescript-router-with-tests/cypress/tsconfig.json [deleted file]
playground/typescript-router-with-tests/env.d.ts [deleted file]
playground/typescript-router-with-tests/index.html [deleted file]
playground/typescript-router-with-tests/package.json [deleted file]
playground/typescript-router-with-tests/public/favicon.ico [deleted file]
playground/typescript-router-with-tests/src/App.vue [deleted file]
playground/typescript-router-with-tests/src/assets/base.css [deleted file]
playground/typescript-router-with-tests/src/assets/logo.svg [deleted file]
playground/typescript-router-with-tests/src/components/HelloWorld.vue [deleted file]
playground/typescript-router-with-tests/src/components/TheWelcome.vue [deleted file]
playground/typescript-router-with-tests/src/components/WelcomeItem.vue [deleted file]
playground/typescript-router-with-tests/src/components/__tests__/HelloWorld.spec.ts [deleted file]
playground/typescript-router-with-tests/src/components/icons/IconCommunity.vue [deleted file]
playground/typescript-router-with-tests/src/components/icons/IconDocumentation.vue [deleted file]
playground/typescript-router-with-tests/src/components/icons/IconEcosystem.vue [deleted file]
playground/typescript-router-with-tests/src/components/icons/IconSupport.vue [deleted file]
playground/typescript-router-with-tests/src/components/icons/IconTooling.vue [deleted file]
playground/typescript-router-with-tests/src/main.ts [deleted file]
playground/typescript-router-with-tests/src/router/index.ts [deleted file]
playground/typescript-router-with-tests/src/views/AboutView.vue [deleted file]
playground/typescript-router-with-tests/src/views/HomeView.vue [deleted file]
playground/typescript-router-with-tests/tsconfig.json [deleted file]
playground/typescript-router-with-tests/vite.config.ts [deleted file]
playground/typescript-router/.gitignore [deleted file]
playground/typescript-router/README.md [deleted file]
playground/typescript-router/env.d.ts [deleted file]
playground/typescript-router/index.html [deleted file]
playground/typescript-router/package.json [deleted file]
playground/typescript-router/public/favicon.ico [deleted file]
playground/typescript-router/src/App.vue [deleted file]
playground/typescript-router/src/assets/base.css [deleted file]
playground/typescript-router/src/assets/logo.svg [deleted file]
playground/typescript-router/src/components/HelloWorld.vue [deleted file]
playground/typescript-router/src/components/TheWelcome.vue [deleted file]
playground/typescript-router/src/components/WelcomeItem.vue [deleted file]
playground/typescript-router/src/components/icons/IconCommunity.vue [deleted file]
playground/typescript-router/src/components/icons/IconDocumentation.vue [deleted file]
playground/typescript-router/src/components/icons/IconEcosystem.vue [deleted file]
playground/typescript-router/src/components/icons/IconSupport.vue [deleted file]
playground/typescript-router/src/components/icons/IconTooling.vue [deleted file]
playground/typescript-router/src/main.ts [deleted file]
playground/typescript-router/src/router/index.ts [deleted file]
playground/typescript-router/src/views/AboutView.vue [deleted file]
playground/typescript-router/src/views/HomeView.vue [deleted file]
playground/typescript-router/tsconfig.json [deleted file]
playground/typescript-router/vite.config.ts [deleted file]
playground/typescript-with-tests/.gitignore [deleted file]
playground/typescript-with-tests/README.md [deleted file]
playground/typescript-with-tests/cypress.json [deleted file]
playground/typescript-with-tests/cypress/fixtures/example.json [deleted file]
playground/typescript-with-tests/cypress/integration/example.spec.ts [deleted file]
playground/typescript-with-tests/cypress/plugins/index.ts [deleted file]
playground/typescript-with-tests/cypress/support/commands.ts [deleted file]
playground/typescript-with-tests/cypress/support/index.ts [deleted file]
playground/typescript-with-tests/cypress/tsconfig.json [deleted file]
playground/typescript-with-tests/env.d.ts [deleted file]
playground/typescript-with-tests/index.html [deleted file]
playground/typescript-with-tests/package.json [deleted file]
playground/typescript-with-tests/public/favicon.ico [deleted file]
playground/typescript-with-tests/src/App.vue [deleted file]
playground/typescript-with-tests/src/assets/base.css [deleted file]
playground/typescript-with-tests/src/assets/logo.svg [deleted file]
playground/typescript-with-tests/src/components/HelloWorld.vue [deleted file]
playground/typescript-with-tests/src/components/TheWelcome.vue [deleted file]
playground/typescript-with-tests/src/components/WelcomeItem.vue [deleted file]
playground/typescript-with-tests/src/components/__tests__/HelloWorld.spec.ts [deleted file]
playground/typescript-with-tests/src/components/icons/IconCommunity.vue [deleted file]
playground/typescript-with-tests/src/components/icons/IconDocumentation.vue [deleted file]
playground/typescript-with-tests/src/components/icons/IconEcosystem.vue [deleted file]
playground/typescript-with-tests/src/components/icons/IconSupport.vue [deleted file]
playground/typescript-with-tests/src/components/icons/IconTooling.vue [deleted file]
playground/typescript-with-tests/src/main.ts [deleted file]
playground/typescript-with-tests/tsconfig.json [deleted file]
playground/typescript-with-tests/vite.config.ts [deleted file]
playground/typescript/.gitignore [deleted file]
playground/typescript/README.md [deleted file]
playground/typescript/env.d.ts [deleted file]
playground/typescript/index.html [deleted file]
playground/typescript/package.json [deleted file]
playground/typescript/public/favicon.ico [deleted file]
playground/typescript/src/App.vue [deleted file]
playground/typescript/src/assets/base.css [deleted file]
playground/typescript/src/assets/logo.svg [deleted file]
playground/typescript/src/components/HelloWorld.vue [deleted file]
playground/typescript/src/components/TheWelcome.vue [deleted file]
playground/typescript/src/components/WelcomeItem.vue [deleted file]
playground/typescript/src/components/icons/IconCommunity.vue [deleted file]
playground/typescript/src/components/icons/IconDocumentation.vue [deleted file]
playground/typescript/src/components/icons/IconEcosystem.vue [deleted file]
playground/typescript/src/components/icons/IconSupport.vue [deleted file]
playground/typescript/src/components/icons/IconTooling.vue [deleted file]
playground/typescript/src/main.ts [deleted file]
playground/typescript/tsconfig.json [deleted file]
playground/typescript/vite.config.ts [deleted file]
playground/with-tests/.gitignore [deleted file]
playground/with-tests/README.md [deleted file]
playground/with-tests/cypress.json [deleted file]
playground/with-tests/cypress/fixtures/example.json [deleted file]
playground/with-tests/cypress/integration/example.spec.js [deleted file]
playground/with-tests/cypress/jsconfig.json [deleted file]
playground/with-tests/cypress/plugins/index.js [deleted file]
playground/with-tests/cypress/support/commands.js [deleted file]
playground/with-tests/cypress/support/index.js [deleted file]
playground/with-tests/index.html [deleted file]
playground/with-tests/package.json [deleted file]
playground/with-tests/public/favicon.ico [deleted file]
playground/with-tests/src/App.vue [deleted file]
playground/with-tests/src/assets/base.css [deleted file]
playground/with-tests/src/assets/logo.svg [deleted file]
playground/with-tests/src/components/HelloWorld.vue [deleted file]
playground/with-tests/src/components/TheWelcome.vue [deleted file]
playground/with-tests/src/components/WelcomeItem.vue [deleted file]
playground/with-tests/src/components/__tests__/HelloWorld.spec.js [deleted file]
playground/with-tests/src/components/icons/IconCommunity.vue [deleted file]
playground/with-tests/src/components/icons/IconDocumentation.vue [deleted file]
playground/with-tests/src/components/icons/IconEcosystem.vue [deleted file]
playground/with-tests/src/components/icons/IconSupport.vue [deleted file]
playground/with-tests/src/components/icons/IconTooling.vue [deleted file]
playground/with-tests/src/main.js [deleted file]
playground/with-tests/vite.config.js [deleted file]