]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
feat: preliminary support for Vue 2
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 29 Nov 2021 14:06:07 +0000 (22:06 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 29 Nov 2021 14:06:07 +0000 (22:06 +0800)
commit0c21e02faaa19338fb0e87a5aeb3fbd370859017
tree2de03732bfd2e4812cb0103718ca851e20217d20
parent14156be8dc6f9b262692e09296f2e1631a46f7be
feat: preliminary support for Vue 2
565 files changed:
index.js
playground/default/package.json
playground/default/src/App.vue
playground/default/src/components/HelloWorld.vue
playground/default/src/components/TheWelcome.vue
playground/default/src/main.js
playground/default/vite.config.js
playground/jsx-pinia-with-tests/.gitignore [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/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/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/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/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/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/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/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/package.json
playground/pinia-with-tests/src/App.vue
playground/pinia-with-tests/src/components/HelloWorld.vue
playground/pinia-with-tests/src/components/TheWelcome.vue
playground/pinia-with-tests/src/components/__tests__/HelloWorld.spec.js
playground/pinia-with-tests/src/main.js
playground/pinia-with-tests/vite.config.js
playground/pinia/package.json
playground/pinia/src/App.vue
playground/pinia/src/components/HelloWorld.vue
playground/pinia/src/components/TheWelcome.vue
playground/pinia/src/main.js
playground/pinia/vite.config.js
playground/router-pinia-with-tests/package.json
playground/router-pinia-with-tests/src/App.vue
playground/router-pinia-with-tests/src/components/HelloWorld.vue
playground/router-pinia-with-tests/src/components/TheWelcome.vue
playground/router-pinia-with-tests/src/components/__tests__/HelloWorld.spec.js
playground/router-pinia-with-tests/src/main.js
playground/router-pinia-with-tests/src/router/index.js
playground/router-pinia-with-tests/vite.config.js
playground/router-pinia/package.json
playground/router-pinia/src/App.vue
playground/router-pinia/src/components/HelloWorld.vue
playground/router-pinia/src/components/TheWelcome.vue
playground/router-pinia/src/main.js
playground/router-pinia/src/router/index.js
playground/router-pinia/vite.config.js
playground/router-with-tests/package.json
playground/router-with-tests/src/App.vue
playground/router-with-tests/src/components/HelloWorld.vue
playground/router-with-tests/src/components/TheWelcome.vue
playground/router-with-tests/src/components/__tests__/HelloWorld.spec.js
playground/router-with-tests/src/main.js
playground/router-with-tests/src/router/index.js
playground/router-with-tests/vite.config.js
playground/router/package.json
playground/router/src/App.vue
playground/router/src/components/HelloWorld.vue
playground/router/src/components/TheWelcome.vue
playground/router/src/main.js
playground/router/src/router/index.js
playground/router/vite.config.js
playground/typescript-jsx-pinia-with-tests/.gitignore [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/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/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/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/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/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/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/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/env.d.ts
playground/typescript-pinia-with-tests/package.json
playground/typescript-pinia-with-tests/src/App.vue
playground/typescript-pinia-with-tests/src/components/HelloWorld.vue
playground/typescript-pinia-with-tests/src/components/TheWelcome.vue
playground/typescript-pinia-with-tests/src/components/__tests__/HelloWorld.spec.ts
playground/typescript-pinia-with-tests/src/main.ts
playground/typescript-pinia-with-tests/tsconfig.json
playground/typescript-pinia-with-tests/vite.config.ts
playground/typescript-pinia/env.d.ts
playground/typescript-pinia/package.json
playground/typescript-pinia/src/App.vue
playground/typescript-pinia/src/components/HelloWorld.vue
playground/typescript-pinia/src/components/TheWelcome.vue
playground/typescript-pinia/src/main.ts
playground/typescript-pinia/tsconfig.json
playground/typescript-pinia/vite.config.ts
playground/typescript-router-pinia-with-tests/env.d.ts
playground/typescript-router-pinia-with-tests/package.json
playground/typescript-router-pinia-with-tests/src/App.vue
playground/typescript-router-pinia-with-tests/src/components/HelloWorld.vue
playground/typescript-router-pinia-with-tests/src/components/TheWelcome.vue
playground/typescript-router-pinia-with-tests/src/components/__tests__/HelloWorld.spec.ts
playground/typescript-router-pinia-with-tests/src/main.ts
playground/typescript-router-pinia-with-tests/src/router/index.ts
playground/typescript-router-pinia-with-tests/tsconfig.json
playground/typescript-router-pinia-with-tests/vite.config.ts
playground/typescript-router-pinia/env.d.ts
playground/typescript-router-pinia/package.json
playground/typescript-router-pinia/src/App.vue
playground/typescript-router-pinia/src/components/HelloWorld.vue
playground/typescript-router-pinia/src/components/TheWelcome.vue
playground/typescript-router-pinia/src/main.ts
playground/typescript-router-pinia/src/router/index.ts
playground/typescript-router-pinia/tsconfig.json
playground/typescript-router-pinia/vite.config.ts
playground/typescript-router-with-tests/env.d.ts
playground/typescript-router-with-tests/package.json
playground/typescript-router-with-tests/src/App.vue
playground/typescript-router-with-tests/src/components/HelloWorld.vue
playground/typescript-router-with-tests/src/components/TheWelcome.vue
playground/typescript-router-with-tests/src/components/__tests__/HelloWorld.spec.ts
playground/typescript-router-with-tests/src/main.ts
playground/typescript-router-with-tests/src/router/index.ts
playground/typescript-router-with-tests/tsconfig.json
playground/typescript-router-with-tests/vite.config.ts
playground/typescript-router/env.d.ts
playground/typescript-router/package.json
playground/typescript-router/src/App.vue
playground/typescript-router/src/components/HelloWorld.vue
playground/typescript-router/src/components/TheWelcome.vue
playground/typescript-router/src/main.ts
playground/typescript-router/src/router/index.ts
playground/typescript-router/tsconfig.json
playground/typescript-router/vite.config.ts
playground/typescript-with-tests/env.d.ts
playground/typescript-with-tests/package.json
playground/typescript-with-tests/src/App.vue
playground/typescript-with-tests/src/components/HelloWorld.vue
playground/typescript-with-tests/src/components/TheWelcome.vue
playground/typescript-with-tests/src/components/__tests__/HelloWorld.spec.ts
playground/typescript-with-tests/src/main.ts
playground/typescript-with-tests/tsconfig.json
playground/typescript-with-tests/vite.config.ts
playground/typescript/env.d.ts
playground/typescript/package.json
playground/typescript/src/App.vue
playground/typescript/src/components/HelloWorld.vue
playground/typescript/src/components/TheWelcome.vue
playground/typescript/src/main.ts
playground/typescript/tsconfig.json
playground/typescript/vite.config.ts
playground/with-tests/package.json
playground/with-tests/src/App.vue
playground/with-tests/src/components/HelloWorld.vue
playground/with-tests/src/components/TheWelcome.vue
playground/with-tests/src/components/__tests__/HelloWorld.spec.js
playground/with-tests/src/main.js
playground/with-tests/vite.config.js
pnpm-lock.yaml
snapshot.js
template/base/package.json
template/base/vite.config.js
template/code/default/src/App.vue
template/code/default/src/components/HelloWorld.vue
template/code/default/src/components/TheWelcome.vue
template/code/default/src/components/__tests__/HelloWorld.spec.js
template/code/router/src/App.vue
template/code/router/src/components/HelloWorld.vue
template/code/router/src/components/TheWelcome.vue
template/code/router/src/components/__tests__/HelloWorld.spec.js
template/code/router/src/router/index.js
template/code/typescript-default/src/App.vue
template/code/typescript-default/src/components/HelloWorld.vue
template/code/typescript-default/src/components/TheWelcome.vue
template/code/typescript-default/src/components/__tests__/HelloWorld.spec.ts
template/code/typescript-router/src/App.vue
template/code/typescript-router/src/components/HelloWorld.vue
template/code/typescript-router/src/components/TheWelcome.vue
template/code/typescript-router/src/components/__tests__/HelloWorld.spec.ts
template/code/typescript-router/src/main.ts [deleted file]
template/code/typescript-router/src/router/index.ts
template/config/cypress/package.json
template/config/jsx/package.json [deleted file]
template/config/jsx/vite.config.js [deleted file]
template/config/router/package.json
template/config/typescript/env.d.ts
template/config/typescript/tsconfig.json
template/config/vuex/package.json [deleted file]
template/config/vuex/src/store/index.js [deleted file]
template/entry/default/src/main.js
template/entry/pinia/src/main.js
template/entry/router-and-pinia/src/main.js
template/entry/router/src/main.js
utils/generateReadme.js