]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
workflow: remove playground (preparing for submodule)
authorHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 6 Jan 2022 03:20:24 +0000 (11:20 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 6 Jan 2022 03:20:24 +0000 (11:20 +0800)
commita5e5c3815c4b1387a7a74de5f5f2113f298537a0
tree1c1cbea37496701644b1190c0ff09fb9303e0276
parent195a35e9a4455475ac281065330438bb2c694723
workflow: remove playground (preparing for submodule)
832 files changed:
playground/default/.gitignore [deleted file]
playground/default/.vscode/extensions.json [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/jsx-pinia-with-tests/.gitignore [deleted file]
playground/jsx-pinia-with-tests/.vscode/extensions.json [deleted file]
playground/jsx-pinia-with-tests/README.md [deleted file]
playground/jsx-pinia-with-tests/cypress.json [deleted file]
playground/jsx-pinia-with-tests/cypress/fixtures/example.json [deleted file]
playground/jsx-pinia-with-tests/cypress/integration/example.spec.js [deleted file]
playground/jsx-pinia-with-tests/cypress/jsconfig.json [deleted file]
playground/jsx-pinia-with-tests/cypress/plugins/index.js [deleted file]
playground/jsx-pinia-with-tests/cypress/support/commands.js [deleted file]
playground/jsx-pinia-with-tests/cypress/support/index.js [deleted file]
playground/jsx-pinia-with-tests/index.html [deleted file]
playground/jsx-pinia-with-tests/package.json [deleted file]
playground/jsx-pinia-with-tests/public/favicon.ico [deleted file]
playground/jsx-pinia-with-tests/src/App.vue [deleted file]
playground/jsx-pinia-with-tests/src/assets/base.css [deleted file]
playground/jsx-pinia-with-tests/src/assets/logo.svg [deleted file]
playground/jsx-pinia-with-tests/src/components/HelloWorld.vue [deleted file]
playground/jsx-pinia-with-tests/src/components/TheWelcome.vue [deleted file]
playground/jsx-pinia-with-tests/src/components/WelcomeItem.vue [deleted file]
playground/jsx-pinia-with-tests/src/components/__tests__/HelloWorld.spec.js [deleted file]
playground/jsx-pinia-with-tests/src/components/icons/IconCommunity.vue [deleted file]
playground/jsx-pinia-with-tests/src/components/icons/IconDocumentation.vue [deleted file]
playground/jsx-pinia-with-tests/src/components/icons/IconEcosystem.vue [deleted file]
playground/jsx-pinia-with-tests/src/components/icons/IconSupport.vue [deleted file]
playground/jsx-pinia-with-tests/src/components/icons/IconTooling.vue [deleted file]
playground/jsx-pinia-with-tests/src/main.js [deleted file]
playground/jsx-pinia-with-tests/src/stores/counter.js [deleted file]
playground/jsx-pinia-with-tests/vite.config.js [deleted file]
playground/jsx-pinia/.gitignore [deleted file]
playground/jsx-pinia/.vscode/extensions.json [deleted file]
playground/jsx-pinia/README.md [deleted file]
playground/jsx-pinia/index.html [deleted file]
playground/jsx-pinia/package.json [deleted file]
playground/jsx-pinia/public/favicon.ico [deleted file]
playground/jsx-pinia/src/App.vue [deleted file]
playground/jsx-pinia/src/assets/base.css [deleted file]
playground/jsx-pinia/src/assets/logo.svg [deleted file]
playground/jsx-pinia/src/components/HelloWorld.vue [deleted file]
playground/jsx-pinia/src/components/TheWelcome.vue [deleted file]
playground/jsx-pinia/src/components/WelcomeItem.vue [deleted file]
playground/jsx-pinia/src/components/icons/IconCommunity.vue [deleted file]
playground/jsx-pinia/src/components/icons/IconDocumentation.vue [deleted file]
playground/jsx-pinia/src/components/icons/IconEcosystem.vue [deleted file]
playground/jsx-pinia/src/components/icons/IconSupport.vue [deleted file]
playground/jsx-pinia/src/components/icons/IconTooling.vue [deleted file]
playground/jsx-pinia/src/main.js [deleted file]
playground/jsx-pinia/src/stores/counter.js [deleted file]
playground/jsx-pinia/vite.config.js [deleted file]
playground/jsx-router-pinia-with-tests/.gitignore [deleted file]
playground/jsx-router-pinia-with-tests/.vscode/extensions.json [deleted file]
playground/jsx-router-pinia-with-tests/README.md [deleted file]
playground/jsx-router-pinia-with-tests/cypress.json [deleted file]
playground/jsx-router-pinia-with-tests/cypress/fixtures/example.json [deleted file]
playground/jsx-router-pinia-with-tests/cypress/integration/example.spec.js [deleted file]
playground/jsx-router-pinia-with-tests/cypress/jsconfig.json [deleted file]
playground/jsx-router-pinia-with-tests/cypress/plugins/index.js [deleted file]
playground/jsx-router-pinia-with-tests/cypress/support/commands.js [deleted file]
playground/jsx-router-pinia-with-tests/cypress/support/index.js [deleted file]
playground/jsx-router-pinia-with-tests/index.html [deleted file]
playground/jsx-router-pinia-with-tests/package.json [deleted file]
playground/jsx-router-pinia-with-tests/public/favicon.ico [deleted file]
playground/jsx-router-pinia-with-tests/src/App.vue [deleted file]
playground/jsx-router-pinia-with-tests/src/assets/base.css [deleted file]
playground/jsx-router-pinia-with-tests/src/assets/logo.svg [deleted file]
playground/jsx-router-pinia-with-tests/src/components/HelloWorld.vue [deleted file]
playground/jsx-router-pinia-with-tests/src/components/TheWelcome.vue [deleted file]
playground/jsx-router-pinia-with-tests/src/components/WelcomeItem.vue [deleted file]
playground/jsx-router-pinia-with-tests/src/components/__tests__/HelloWorld.spec.js [deleted file]
playground/jsx-router-pinia-with-tests/src/components/icons/IconCommunity.vue [deleted file]
playground/jsx-router-pinia-with-tests/src/components/icons/IconDocumentation.vue [deleted file]
playground/jsx-router-pinia-with-tests/src/components/icons/IconEcosystem.vue [deleted file]
playground/jsx-router-pinia-with-tests/src/components/icons/IconSupport.vue [deleted file]
playground/jsx-router-pinia-with-tests/src/components/icons/IconTooling.vue [deleted file]
playground/jsx-router-pinia-with-tests/src/main.js [deleted file]
playground/jsx-router-pinia-with-tests/src/router/index.js [deleted file]
playground/jsx-router-pinia-with-tests/src/stores/counter.js [deleted file]
playground/jsx-router-pinia-with-tests/src/views/AboutView.vue [deleted file]
playground/jsx-router-pinia-with-tests/src/views/HomeView.vue [deleted file]
playground/jsx-router-pinia-with-tests/vite.config.js [deleted file]
playground/jsx-router-pinia/.gitignore [deleted file]
playground/jsx-router-pinia/.vscode/extensions.json [deleted file]
playground/jsx-router-pinia/README.md [deleted file]
playground/jsx-router-pinia/index.html [deleted file]
playground/jsx-router-pinia/package.json [deleted file]
playground/jsx-router-pinia/public/favicon.ico [deleted file]
playground/jsx-router-pinia/src/App.vue [deleted file]
playground/jsx-router-pinia/src/assets/base.css [deleted file]
playground/jsx-router-pinia/src/assets/logo.svg [deleted file]
playground/jsx-router-pinia/src/components/HelloWorld.vue [deleted file]
playground/jsx-router-pinia/src/components/TheWelcome.vue [deleted file]
playground/jsx-router-pinia/src/components/WelcomeItem.vue [deleted file]
playground/jsx-router-pinia/src/components/icons/IconCommunity.vue [deleted file]
playground/jsx-router-pinia/src/components/icons/IconDocumentation.vue [deleted file]
playground/jsx-router-pinia/src/components/icons/IconEcosystem.vue [deleted file]
playground/jsx-router-pinia/src/components/icons/IconSupport.vue [deleted file]
playground/jsx-router-pinia/src/components/icons/IconTooling.vue [deleted file]
playground/jsx-router-pinia/src/main.js [deleted file]
playground/jsx-router-pinia/src/router/index.js [deleted file]
playground/jsx-router-pinia/src/stores/counter.js [deleted file]
playground/jsx-router-pinia/src/views/AboutView.vue [deleted file]
playground/jsx-router-pinia/src/views/HomeView.vue [deleted file]
playground/jsx-router-pinia/vite.config.js [deleted file]
playground/jsx-router-with-tests/.gitignore [deleted file]
playground/jsx-router-with-tests/.vscode/extensions.json [deleted file]
playground/jsx-router-with-tests/README.md [deleted file]
playground/jsx-router-with-tests/cypress.json [deleted file]
playground/jsx-router-with-tests/cypress/fixtures/example.json [deleted file]
playground/jsx-router-with-tests/cypress/integration/example.spec.js [deleted file]
playground/jsx-router-with-tests/cypress/jsconfig.json [deleted file]
playground/jsx-router-with-tests/cypress/plugins/index.js [deleted file]
playground/jsx-router-with-tests/cypress/support/commands.js [deleted file]
playground/jsx-router-with-tests/cypress/support/index.js [deleted file]
playground/jsx-router-with-tests/index.html [deleted file]
playground/jsx-router-with-tests/package.json [deleted file]
playground/jsx-router-with-tests/public/favicon.ico [deleted file]
playground/jsx-router-with-tests/src/App.vue [deleted file]
playground/jsx-router-with-tests/src/assets/base.css [deleted file]
playground/jsx-router-with-tests/src/assets/logo.svg [deleted file]
playground/jsx-router-with-tests/src/components/HelloWorld.vue [deleted file]
playground/jsx-router-with-tests/src/components/TheWelcome.vue [deleted file]
playground/jsx-router-with-tests/src/components/WelcomeItem.vue [deleted file]
playground/jsx-router-with-tests/src/components/__tests__/HelloWorld.spec.js [deleted file]
playground/jsx-router-with-tests/src/components/icons/IconCommunity.vue [deleted file]
playground/jsx-router-with-tests/src/components/icons/IconDocumentation.vue [deleted file]
playground/jsx-router-with-tests/src/components/icons/IconEcosystem.vue [deleted file]
playground/jsx-router-with-tests/src/components/icons/IconSupport.vue [deleted file]
playground/jsx-router-with-tests/src/components/icons/IconTooling.vue [deleted file]
playground/jsx-router-with-tests/src/main.js [deleted file]
playground/jsx-router-with-tests/src/router/index.js [deleted file]
playground/jsx-router-with-tests/src/views/AboutView.vue [deleted file]
playground/jsx-router-with-tests/src/views/HomeView.vue [deleted file]
playground/jsx-router-with-tests/vite.config.js [deleted file]
playground/jsx-router/.gitignore [deleted file]
playground/jsx-router/.vscode/extensions.json [deleted file]
playground/jsx-router/README.md [deleted file]
playground/jsx-router/index.html [deleted file]
playground/jsx-router/package.json [deleted file]
playground/jsx-router/public/favicon.ico [deleted file]
playground/jsx-router/src/App.vue [deleted file]
playground/jsx-router/src/assets/base.css [deleted file]
playground/jsx-router/src/assets/logo.svg [deleted file]
playground/jsx-router/src/components/HelloWorld.vue [deleted file]
playground/jsx-router/src/components/TheWelcome.vue [deleted file]
playground/jsx-router/src/components/WelcomeItem.vue [deleted file]
playground/jsx-router/src/components/icons/IconCommunity.vue [deleted file]
playground/jsx-router/src/components/icons/IconDocumentation.vue [deleted file]
playground/jsx-router/src/components/icons/IconEcosystem.vue [deleted file]
playground/jsx-router/src/components/icons/IconSupport.vue [deleted file]
playground/jsx-router/src/components/icons/IconTooling.vue [deleted file]
playground/jsx-router/src/main.js [deleted file]
playground/jsx-router/src/router/index.js [deleted file]
playground/jsx-router/src/views/AboutView.vue [deleted file]
playground/jsx-router/src/views/HomeView.vue [deleted file]
playground/jsx-router/vite.config.js [deleted file]
playground/jsx-with-tests/.gitignore [deleted file]
playground/jsx-with-tests/.vscode/extensions.json [deleted file]
playground/jsx-with-tests/README.md [deleted file]
playground/jsx-with-tests/cypress.json [deleted file]
playground/jsx-with-tests/cypress/fixtures/example.json [deleted file]
playground/jsx-with-tests/cypress/integration/example.spec.js [deleted file]
playground/jsx-with-tests/cypress/jsconfig.json [deleted file]
playground/jsx-with-tests/cypress/plugins/index.js [deleted file]
playground/jsx-with-tests/cypress/support/commands.js [deleted file]
playground/jsx-with-tests/cypress/support/index.js [deleted file]
playground/jsx-with-tests/index.html [deleted file]
playground/jsx-with-tests/package.json [deleted file]
playground/jsx-with-tests/public/favicon.ico [deleted file]
playground/jsx-with-tests/src/App.vue [deleted file]
playground/jsx-with-tests/src/assets/base.css [deleted file]
playground/jsx-with-tests/src/assets/logo.svg [deleted file]
playground/jsx-with-tests/src/components/HelloWorld.vue [deleted file]
playground/jsx-with-tests/src/components/TheWelcome.vue [deleted file]
playground/jsx-with-tests/src/components/WelcomeItem.vue [deleted file]
playground/jsx-with-tests/src/components/__tests__/HelloWorld.spec.js [deleted file]
playground/jsx-with-tests/src/components/icons/IconCommunity.vue [deleted file]
playground/jsx-with-tests/src/components/icons/IconDocumentation.vue [deleted file]
playground/jsx-with-tests/src/components/icons/IconEcosystem.vue [deleted file]
playground/jsx-with-tests/src/components/icons/IconSupport.vue [deleted file]
playground/jsx-with-tests/src/components/icons/IconTooling.vue [deleted file]
playground/jsx-with-tests/src/main.js [deleted file]
playground/jsx-with-tests/vite.config.js [deleted file]
playground/jsx/.gitignore [deleted file]
playground/jsx/.vscode/extensions.json [deleted file]
playground/jsx/README.md [deleted file]
playground/jsx/index.html [deleted file]
playground/jsx/package.json [deleted file]
playground/jsx/public/favicon.ico [deleted file]
playground/jsx/src/App.vue [deleted file]
playground/jsx/src/assets/base.css [deleted file]
playground/jsx/src/assets/logo.svg [deleted file]
playground/jsx/src/components/HelloWorld.vue [deleted file]
playground/jsx/src/components/TheWelcome.vue [deleted file]
playground/jsx/src/components/WelcomeItem.vue [deleted file]
playground/jsx/src/components/icons/IconCommunity.vue [deleted file]
playground/jsx/src/components/icons/IconDocumentation.vue [deleted file]
playground/jsx/src/components/icons/IconEcosystem.vue [deleted file]
playground/jsx/src/components/icons/IconSupport.vue [deleted file]
playground/jsx/src/components/icons/IconTooling.vue [deleted file]
playground/jsx/src/main.js [deleted file]
playground/jsx/vite.config.js [deleted file]
playground/pinia-with-tests/.gitignore [deleted file]
playground/pinia-with-tests/.vscode/extensions.json [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/.vscode/extensions.json [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/.vscode/extensions.json [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/.vscode/extensions.json [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/.vscode/extensions.json [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/.vscode/extensions.json [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-jsx-pinia-with-tests/.gitignore [deleted file]
playground/typescript-jsx-pinia-with-tests/.vscode/extensions.json [deleted file]
playground/typescript-jsx-pinia-with-tests/README.md [deleted file]
playground/typescript-jsx-pinia-with-tests/cypress.json [deleted file]
playground/typescript-jsx-pinia-with-tests/cypress/fixtures/example.json [deleted file]
playground/typescript-jsx-pinia-with-tests/cypress/integration/example.spec.ts [deleted file]
playground/typescript-jsx-pinia-with-tests/cypress/plugins/index.ts [deleted file]
playground/typescript-jsx-pinia-with-tests/cypress/support/commands.ts [deleted file]
playground/typescript-jsx-pinia-with-tests/cypress/support/index.ts [deleted file]
playground/typescript-jsx-pinia-with-tests/cypress/tsconfig.json [deleted file]
playground/typescript-jsx-pinia-with-tests/env.d.ts [deleted file]
playground/typescript-jsx-pinia-with-tests/index.html [deleted file]
playground/typescript-jsx-pinia-with-tests/package.json [deleted file]
playground/typescript-jsx-pinia-with-tests/public/favicon.ico [deleted file]
playground/typescript-jsx-pinia-with-tests/src/App.vue [deleted file]
playground/typescript-jsx-pinia-with-tests/src/assets/base.css [deleted file]
playground/typescript-jsx-pinia-with-tests/src/assets/logo.svg [deleted file]
playground/typescript-jsx-pinia-with-tests/src/components/HelloWorld.vue [deleted file]
playground/typescript-jsx-pinia-with-tests/src/components/TheWelcome.vue [deleted file]
playground/typescript-jsx-pinia-with-tests/src/components/WelcomeItem.vue [deleted file]
playground/typescript-jsx-pinia-with-tests/src/components/__tests__/HelloWorld.spec.ts [deleted file]
playground/typescript-jsx-pinia-with-tests/src/components/icons/IconCommunity.vue [deleted file]
playground/typescript-jsx-pinia-with-tests/src/components/icons/IconDocumentation.vue [deleted file]
playground/typescript-jsx-pinia-with-tests/src/components/icons/IconEcosystem.vue [deleted file]
playground/typescript-jsx-pinia-with-tests/src/components/icons/IconSupport.vue [deleted file]
playground/typescript-jsx-pinia-with-tests/src/components/icons/IconTooling.vue [deleted file]
playground/typescript-jsx-pinia-with-tests/src/main.ts [deleted file]
playground/typescript-jsx-pinia-with-tests/src/stores/counter.ts [deleted file]
playground/typescript-jsx-pinia-with-tests/tsconfig.json [deleted file]
playground/typescript-jsx-pinia-with-tests/vite.config.ts [deleted file]
playground/typescript-jsx-pinia/.gitignore [deleted file]
playground/typescript-jsx-pinia/.vscode/extensions.json [deleted file]
playground/typescript-jsx-pinia/README.md [deleted file]
playground/typescript-jsx-pinia/env.d.ts [deleted file]
playground/typescript-jsx-pinia/index.html [deleted file]
playground/typescript-jsx-pinia/package.json [deleted file]
playground/typescript-jsx-pinia/public/favicon.ico [deleted file]
playground/typescript-jsx-pinia/src/App.vue [deleted file]
playground/typescript-jsx-pinia/src/assets/base.css [deleted file]
playground/typescript-jsx-pinia/src/assets/logo.svg [deleted file]
playground/typescript-jsx-pinia/src/components/HelloWorld.vue [deleted file]
playground/typescript-jsx-pinia/src/components/TheWelcome.vue [deleted file]
playground/typescript-jsx-pinia/src/components/WelcomeItem.vue [deleted file]
playground/typescript-jsx-pinia/src/components/icons/IconCommunity.vue [deleted file]
playground/typescript-jsx-pinia/src/components/icons/IconDocumentation.vue [deleted file]
playground/typescript-jsx-pinia/src/components/icons/IconEcosystem.vue [deleted file]
playground/typescript-jsx-pinia/src/components/icons/IconSupport.vue [deleted file]
playground/typescript-jsx-pinia/src/components/icons/IconTooling.vue [deleted file]
playground/typescript-jsx-pinia/src/main.ts [deleted file]
playground/typescript-jsx-pinia/src/stores/counter.ts [deleted file]
playground/typescript-jsx-pinia/tsconfig.json [deleted file]
playground/typescript-jsx-pinia/vite.config.ts [deleted file]
playground/typescript-jsx-router-pinia-with-tests/.gitignore [deleted file]
playground/typescript-jsx-router-pinia-with-tests/.vscode/extensions.json [deleted file]
playground/typescript-jsx-router-pinia-with-tests/README.md [deleted file]
playground/typescript-jsx-router-pinia-with-tests/cypress.json [deleted file]
playground/typescript-jsx-router-pinia-with-tests/cypress/fixtures/example.json [deleted file]
playground/typescript-jsx-router-pinia-with-tests/cypress/integration/example.spec.ts [deleted file]
playground/typescript-jsx-router-pinia-with-tests/cypress/plugins/index.ts [deleted file]
playground/typescript-jsx-router-pinia-with-tests/cypress/support/commands.ts [deleted file]
playground/typescript-jsx-router-pinia-with-tests/cypress/support/index.ts [deleted file]
playground/typescript-jsx-router-pinia-with-tests/cypress/tsconfig.json [deleted file]
playground/typescript-jsx-router-pinia-with-tests/env.d.ts [deleted file]
playground/typescript-jsx-router-pinia-with-tests/index.html [deleted file]
playground/typescript-jsx-router-pinia-with-tests/package.json [deleted file]
playground/typescript-jsx-router-pinia-with-tests/public/favicon.ico [deleted file]
playground/typescript-jsx-router-pinia-with-tests/src/App.vue [deleted file]
playground/typescript-jsx-router-pinia-with-tests/src/assets/base.css [deleted file]
playground/typescript-jsx-router-pinia-with-tests/src/assets/logo.svg [deleted file]
playground/typescript-jsx-router-pinia-with-tests/src/components/HelloWorld.vue [deleted file]
playground/typescript-jsx-router-pinia-with-tests/src/components/TheWelcome.vue [deleted file]
playground/typescript-jsx-router-pinia-with-tests/src/components/WelcomeItem.vue [deleted file]
playground/typescript-jsx-router-pinia-with-tests/src/components/__tests__/HelloWorld.spec.ts [deleted file]
playground/typescript-jsx-router-pinia-with-tests/src/components/icons/IconCommunity.vue [deleted file]
playground/typescript-jsx-router-pinia-with-tests/src/components/icons/IconDocumentation.vue [deleted file]
playground/typescript-jsx-router-pinia-with-tests/src/components/icons/IconEcosystem.vue [deleted file]
playground/typescript-jsx-router-pinia-with-tests/src/components/icons/IconSupport.vue [deleted file]
playground/typescript-jsx-router-pinia-with-tests/src/components/icons/IconTooling.vue [deleted file]
playground/typescript-jsx-router-pinia-with-tests/src/main.ts [deleted file]
playground/typescript-jsx-router-pinia-with-tests/src/router/index.ts [deleted file]
playground/typescript-jsx-router-pinia-with-tests/src/stores/counter.ts [deleted file]
playground/typescript-jsx-router-pinia-with-tests/src/views/AboutView.vue [deleted file]
playground/typescript-jsx-router-pinia-with-tests/src/views/HomeView.vue [deleted file]
playground/typescript-jsx-router-pinia-with-tests/tsconfig.json [deleted file]
playground/typescript-jsx-router-pinia-with-tests/vite.config.ts [deleted file]
playground/typescript-jsx-router-pinia/.gitignore [deleted file]
playground/typescript-jsx-router-pinia/.vscode/extensions.json [deleted file]
playground/typescript-jsx-router-pinia/README.md [deleted file]
playground/typescript-jsx-router-pinia/env.d.ts [deleted file]
playground/typescript-jsx-router-pinia/index.html [deleted file]
playground/typescript-jsx-router-pinia/package.json [deleted file]
playground/typescript-jsx-router-pinia/public/favicon.ico [deleted file]
playground/typescript-jsx-router-pinia/src/App.vue [deleted file]
playground/typescript-jsx-router-pinia/src/assets/base.css [deleted file]
playground/typescript-jsx-router-pinia/src/assets/logo.svg [deleted file]
playground/typescript-jsx-router-pinia/src/components/HelloWorld.vue [deleted file]
playground/typescript-jsx-router-pinia/src/components/TheWelcome.vue [deleted file]
playground/typescript-jsx-router-pinia/src/components/WelcomeItem.vue [deleted file]
playground/typescript-jsx-router-pinia/src/components/icons/IconCommunity.vue [deleted file]
playground/typescript-jsx-router-pinia/src/components/icons/IconDocumentation.vue [deleted file]
playground/typescript-jsx-router-pinia/src/components/icons/IconEcosystem.vue [deleted file]
playground/typescript-jsx-router-pinia/src/components/icons/IconSupport.vue [deleted file]
playground/typescript-jsx-router-pinia/src/components/icons/IconTooling.vue [deleted file]
playground/typescript-jsx-router-pinia/src/main.ts [deleted file]
playground/typescript-jsx-router-pinia/src/router/index.ts [deleted file]
playground/typescript-jsx-router-pinia/src/stores/counter.ts [deleted file]
playground/typescript-jsx-router-pinia/src/views/AboutView.vue [deleted file]
playground/typescript-jsx-router-pinia/src/views/HomeView.vue [deleted file]
playground/typescript-jsx-router-pinia/tsconfig.json [deleted file]
playground/typescript-jsx-router-pinia/vite.config.ts [deleted file]
playground/typescript-jsx-router-with-tests/.gitignore [deleted file]
playground/typescript-jsx-router-with-tests/.vscode/extensions.json [deleted file]
playground/typescript-jsx-router-with-tests/README.md [deleted file]
playground/typescript-jsx-router-with-tests/cypress.json [deleted file]
playground/typescript-jsx-router-with-tests/cypress/fixtures/example.json [deleted file]
playground/typescript-jsx-router-with-tests/cypress/integration/example.spec.ts [deleted file]
playground/typescript-jsx-router-with-tests/cypress/plugins/index.ts [deleted file]
playground/typescript-jsx-router-with-tests/cypress/support/commands.ts [deleted file]
playground/typescript-jsx-router-with-tests/cypress/support/index.ts [deleted file]
playground/typescript-jsx-router-with-tests/cypress/tsconfig.json [deleted file]
playground/typescript-jsx-router-with-tests/env.d.ts [deleted file]
playground/typescript-jsx-router-with-tests/index.html [deleted file]
playground/typescript-jsx-router-with-tests/package.json [deleted file]
playground/typescript-jsx-router-with-tests/public/favicon.ico [deleted file]
playground/typescript-jsx-router-with-tests/src/App.vue [deleted file]
playground/typescript-jsx-router-with-tests/src/assets/base.css [deleted file]
playground/typescript-jsx-router-with-tests/src/assets/logo.svg [deleted file]
playground/typescript-jsx-router-with-tests/src/components/HelloWorld.vue [deleted file]
playground/typescript-jsx-router-with-tests/src/components/TheWelcome.vue [deleted file]
playground/typescript-jsx-router-with-tests/src/components/WelcomeItem.vue [deleted file]
playground/typescript-jsx-router-with-tests/src/components/__tests__/HelloWorld.spec.ts [deleted file]
playground/typescript-jsx-router-with-tests/src/components/icons/IconCommunity.vue [deleted file]
playground/typescript-jsx-router-with-tests/src/components/icons/IconDocumentation.vue [deleted file]
playground/typescript-jsx-router-with-tests/src/components/icons/IconEcosystem.vue [deleted file]
playground/typescript-jsx-router-with-tests/src/components/icons/IconSupport.vue [deleted file]
playground/typescript-jsx-router-with-tests/src/components/icons/IconTooling.vue [deleted file]
playground/typescript-jsx-router-with-tests/src/main.ts [deleted file]
playground/typescript-jsx-router-with-tests/src/router/index.ts [deleted file]
playground/typescript-jsx-router-with-tests/src/views/AboutView.vue [deleted file]
playground/typescript-jsx-router-with-tests/src/views/HomeView.vue [deleted file]
playground/typescript-jsx-router-with-tests/tsconfig.json [deleted file]
playground/typescript-jsx-router-with-tests/vite.config.ts [deleted file]
playground/typescript-jsx-router/.gitignore [deleted file]
playground/typescript-jsx-router/.vscode/extensions.json [deleted file]
playground/typescript-jsx-router/README.md [deleted file]
playground/typescript-jsx-router/env.d.ts [deleted file]
playground/typescript-jsx-router/index.html [deleted file]
playground/typescript-jsx-router/package.json [deleted file]
playground/typescript-jsx-router/public/favicon.ico [deleted file]
playground/typescript-jsx-router/src/App.vue [deleted file]
playground/typescript-jsx-router/src/assets/base.css [deleted file]
playground/typescript-jsx-router/src/assets/logo.svg [deleted file]
playground/typescript-jsx-router/src/components/HelloWorld.vue [deleted file]
playground/typescript-jsx-router/src/components/TheWelcome.vue [deleted file]
playground/typescript-jsx-router/src/components/WelcomeItem.vue [deleted file]
playground/typescript-jsx-router/src/components/icons/IconCommunity.vue [deleted file]
playground/typescript-jsx-router/src/components/icons/IconDocumentation.vue [deleted file]
playground/typescript-jsx-router/src/components/icons/IconEcosystem.vue [deleted file]
playground/typescript-jsx-router/src/components/icons/IconSupport.vue [deleted file]
playground/typescript-jsx-router/src/components/icons/IconTooling.vue [deleted file]
playground/typescript-jsx-router/src/main.ts [deleted file]
playground/typescript-jsx-router/src/router/index.ts [deleted file]
playground/typescript-jsx-router/src/views/AboutView.vue [deleted file]
playground/typescript-jsx-router/src/views/HomeView.vue [deleted file]
playground/typescript-jsx-router/tsconfig.json [deleted file]
playground/typescript-jsx-router/vite.config.ts [deleted file]
playground/typescript-jsx-with-tests/.gitignore [deleted file]
playground/typescript-jsx-with-tests/.vscode/extensions.json [deleted file]
playground/typescript-jsx-with-tests/README.md [deleted file]
playground/typescript-jsx-with-tests/cypress.json [deleted file]
playground/typescript-jsx-with-tests/cypress/fixtures/example.json [deleted file]
playground/typescript-jsx-with-tests/cypress/integration/example.spec.ts [deleted file]
playground/typescript-jsx-with-tests/cypress/plugins/index.ts [deleted file]
playground/typescript-jsx-with-tests/cypress/support/commands.ts [deleted file]
playground/typescript-jsx-with-tests/cypress/support/index.ts [deleted file]
playground/typescript-jsx-with-tests/cypress/tsconfig.json [deleted file]
playground/typescript-jsx-with-tests/env.d.ts [deleted file]
playground/typescript-jsx-with-tests/index.html [deleted file]
playground/typescript-jsx-with-tests/package.json [deleted file]
playground/typescript-jsx-with-tests/public/favicon.ico [deleted file]
playground/typescript-jsx-with-tests/src/App.vue [deleted file]
playground/typescript-jsx-with-tests/src/assets/base.css [deleted file]
playground/typescript-jsx-with-tests/src/assets/logo.svg [deleted file]
playground/typescript-jsx-with-tests/src/components/HelloWorld.vue [deleted file]
playground/typescript-jsx-with-tests/src/components/TheWelcome.vue [deleted file]
playground/typescript-jsx-with-tests/src/components/WelcomeItem.vue [deleted file]
playground/typescript-jsx-with-tests/src/components/__tests__/HelloWorld.spec.ts [deleted file]
playground/typescript-jsx-with-tests/src/components/icons/IconCommunity.vue [deleted file]
playground/typescript-jsx-with-tests/src/components/icons/IconDocumentation.vue [deleted file]
playground/typescript-jsx-with-tests/src/components/icons/IconEcosystem.vue [deleted file]
playground/typescript-jsx-with-tests/src/components/icons/IconSupport.vue [deleted file]
playground/typescript-jsx-with-tests/src/components/icons/IconTooling.vue [deleted file]
playground/typescript-jsx-with-tests/src/main.ts [deleted file]
playground/typescript-jsx-with-tests/tsconfig.json [deleted file]
playground/typescript-jsx-with-tests/vite.config.ts [deleted file]
playground/typescript-jsx/.gitignore [deleted file]
playground/typescript-jsx/.vscode/extensions.json [deleted file]
playground/typescript-jsx/README.md [deleted file]
playground/typescript-jsx/env.d.ts [deleted file]
playground/typescript-jsx/index.html [deleted file]
playground/typescript-jsx/package.json [deleted file]
playground/typescript-jsx/public/favicon.ico [deleted file]
playground/typescript-jsx/src/App.vue [deleted file]
playground/typescript-jsx/src/assets/base.css [deleted file]
playground/typescript-jsx/src/assets/logo.svg [deleted file]
playground/typescript-jsx/src/components/HelloWorld.vue [deleted file]
playground/typescript-jsx/src/components/TheWelcome.vue [deleted file]
playground/typescript-jsx/src/components/WelcomeItem.vue [deleted file]
playground/typescript-jsx/src/components/icons/IconCommunity.vue [deleted file]
playground/typescript-jsx/src/components/icons/IconDocumentation.vue [deleted file]
playground/typescript-jsx/src/components/icons/IconEcosystem.vue [deleted file]
playground/typescript-jsx/src/components/icons/IconSupport.vue [deleted file]
playground/typescript-jsx/src/components/icons/IconTooling.vue [deleted file]
playground/typescript-jsx/src/main.ts [deleted file]
playground/typescript-jsx/tsconfig.json [deleted file]
playground/typescript-jsx/vite.config.ts [deleted file]
playground/typescript-pinia-with-tests/.gitignore [deleted file]
playground/typescript-pinia-with-tests/.vscode/extensions.json [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/.vscode/extensions.json [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/.vscode/extensions.json [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/.vscode/extensions.json [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/.vscode/extensions.json [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/.vscode/extensions.json [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/.vscode/extensions.json [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/.vscode/extensions.json [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/.vscode/extensions.json [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]