]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
chore: regenerate all templates with new feature flags
authorHaoqun Jiang <haoqunjiang@gmail.com>
Wed, 11 Aug 2021 07:27:57 +0000 (15:27 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Wed, 11 Aug 2021 07:27:57 +0000 (15:27 +0800)
commit7fb086362ff047bb3e717812fe8c97071900e03a
tree09fc4fc48fb80cda00f445242d0bac30b1ff4a2f
parent0ba90b1a9257cb2f5518aca7a51c293d8b3a1313
chore: regenerate all templates with new feature flags
282 files changed:
index.js
playground/default-ts-with-tests/README.md [deleted file]
playground/default-ts-with-tests/src/vite-env.d.ts [deleted file]
playground/default-ts/README.md [deleted file]
playground/default-ts/src/vite-env.d.ts [deleted file]
playground/default-with-tests/README.md [deleted file]
playground/default-with-tests/src/vite-env.d.ts [deleted file]
playground/default/README.md
playground/default/jsconfig.json
playground/default/package.json
playground/default/src/vite-env.d.ts [deleted file]
playground/default/vite-env.d.ts [moved from playground/default-with-tests/src/shims-vue.d.ts with 81% similarity]
playground/default/vite.config.js
playground/jsx-router-vuex-with-tests/.gitignore [moved from playground/default-ts-with-tests/.gitignore with 100% similarity]
playground/jsx-router-vuex-with-tests/README.md [new file with mode: 0644]
playground/jsx-router-vuex-with-tests/cypress.json [moved from playground/default-ts-with-tests/cypress.json with 100% similarity]
playground/jsx-router-vuex-with-tests/cypress/fixtures/example.json [moved from playground/default-ts-with-tests/cypress/fixtures/example.json with 100% similarity]
playground/jsx-router-vuex-with-tests/cypress/integration/example.spec.js [moved from playground/spa-with-tests/cypress/integration/example.spec.js with 100% similarity]
playground/jsx-router-vuex-with-tests/cypress/jsconfig.json [moved from playground/default-with-tests/cypress/jsconfig.json with 100% similarity]
playground/jsx-router-vuex-with-tests/cypress/plugins/index.js [moved from playground/default-with-tests/cypress/plugins/index.js with 100% similarity]
playground/jsx-router-vuex-with-tests/cypress/support/commands.js [moved from playground/default-with-tests/cypress/support/commands.js with 100% similarity]
playground/jsx-router-vuex-with-tests/cypress/support/index.js [moved from playground/default-with-tests/cypress/support/index.js with 100% similarity]
playground/jsx-router-vuex-with-tests/index.html [moved from playground/default-ts-with-tests/index.html with 100% similarity]
playground/jsx-router-vuex-with-tests/jsconfig.json [moved from playground/spa-with-tests/jsconfig.json with 85% similarity]
playground/jsx-router-vuex-with-tests/package.json [moved from playground/spa-with-tests/package.json with 95% similarity]
playground/jsx-router-vuex-with-tests/public/favicon.ico [moved from playground/default-ts-with-tests/public/favicon.ico with 100% similarity]
playground/jsx-router-vuex-with-tests/src/App.vue [moved from playground/spa-ts-with-tests/src/App.vue with 100% similarity]
playground/jsx-router-vuex-with-tests/src/assets/logo.png [moved from playground/default-ts-with-tests/src/assets/logo.png with 100% similarity]
playground/jsx-router-vuex-with-tests/src/components/HelloWorld.vue [moved from playground/spa-with-tests/src/components/HelloWorld.vue with 100% similarity]
playground/jsx-router-vuex-with-tests/src/components/__tests__/HelloWorld.spec.js [moved from playground/default-with-tests/src/components/__tests__/HelloWorld.spec.js with 100% similarity]
playground/jsx-router-vuex-with-tests/src/main.js [moved from playground/spa-with-tests/src/main.js with 100% similarity]
playground/jsx-router-vuex-with-tests/src/router/index.js [moved from playground/spa-with-tests/src/router/index.js with 100% similarity]
playground/jsx-router-vuex-with-tests/src/store/index.js [moved from playground/spa-with-tests/src/store/index.js with 100% similarity]
playground/jsx-router-vuex-with-tests/src/views/About.vue [moved from playground/spa-ts-with-tests/src/views/About.vue with 100% similarity]
playground/jsx-router-vuex-with-tests/src/views/Home.vue [moved from playground/spa-with-tests/src/views/Home.vue with 100% similarity]
playground/jsx-router-vuex-with-tests/vite-env.d.ts [moved from playground/default/src/shims-vue.d.ts with 81% similarity]
playground/jsx-router-vuex-with-tests/vite.config.js [moved from playground/default-with-tests/vite.config.js with 100% similarity]
playground/jsx-router-vuex/.gitignore [moved from playground/default-ts/.gitignore with 100% similarity]
playground/jsx-router-vuex/README.md [new file with mode: 0644]
playground/jsx-router-vuex/index.html [moved from playground/default-ts/index.html with 100% similarity]
playground/jsx-router-vuex/jsconfig.json [moved from playground/spa/jsconfig.json with 85% similarity]
playground/jsx-router-vuex/package.json [new file with mode: 0644]
playground/jsx-router-vuex/public/favicon.ico [moved from playground/default-ts/public/favicon.ico with 100% similarity]
playground/jsx-router-vuex/src/App.vue [moved from playground/spa-ts/src/App.vue with 100% similarity]
playground/jsx-router-vuex/src/assets/logo.png [moved from playground/default-ts/src/assets/logo.png with 100% similarity]
playground/jsx-router-vuex/src/components/HelloWorld.vue [moved from playground/spa/src/components/HelloWorld.vue with 100% similarity]
playground/jsx-router-vuex/src/main.js [moved from playground/spa/src/main.js with 100% similarity]
playground/jsx-router-vuex/src/router/index.js [moved from playground/spa/src/router/index.js with 100% similarity]
playground/jsx-router-vuex/src/store/index.js [moved from playground/spa/src/store/index.js with 100% similarity]
playground/jsx-router-vuex/src/views/About.vue [moved from playground/spa-ts/src/views/About.vue with 100% similarity]
playground/jsx-router-vuex/src/views/Home.vue [moved from playground/spa/src/views/Home.vue with 100% similarity]
playground/jsx-router-vuex/vite-env.d.ts [moved from playground/default-ts/src/shims-vue.d.ts with 81% similarity]
playground/jsx-router-vuex/vite.config.js [moved from playground/spa-with-tests/vite.config.js with 100% similarity]
playground/jsx-router/.gitignore [moved from playground/default-with-tests/.gitignore with 100% similarity]
playground/jsx-router/README.md [new file with mode: 0644]
playground/jsx-router/index.html [moved from playground/default-with-tests/index.html with 100% similarity]
playground/jsx-router/jsconfig.json [moved from playground/default-with-tests/jsconfig.json with 85% similarity]
playground/jsx-router/package.json [new file with mode: 0644]
playground/jsx-router/public/favicon.ico [moved from playground/default-with-tests/public/favicon.ico with 100% similarity]
playground/jsx-router/src/App.vue [moved from playground/spa-with-tests/src/App.vue with 100% similarity]
playground/jsx-router/src/assets/logo.png [moved from playground/default-with-tests/src/assets/logo.png with 100% similarity]
playground/jsx-router/src/components/HelloWorld.vue [new file with mode: 0644]
playground/jsx-router/src/main.js [new file with mode: 0644]
playground/jsx-router/src/router/index.js [new file with mode: 0644]
playground/jsx-router/src/views/About.vue [moved from playground/spa-with-tests/src/views/About.vue with 100% similarity]
playground/jsx-router/src/views/Home.vue [new file with mode: 0644]
playground/jsx-router/vite-env.d.ts [moved from playground/default-ts-with-tests/src/shims-vue.d.ts with 81% similarity]
playground/jsx-router/vite.config.js [moved from playground/spa/vite.config.js with 100% similarity]
playground/jsx/.gitignore [moved from playground/spa-ts-with-tests/.gitignore with 100% similarity]
playground/jsx/README.md [new file with mode: 0644]
playground/jsx/index.html [moved from playground/spa-ts-with-tests/index.html with 100% similarity]
playground/jsx/jsconfig.json [new file with mode: 0644]
playground/jsx/package.json [new file with mode: 0644]
playground/jsx/public/favicon.ico [moved from playground/spa-ts-with-tests/public/favicon.ico with 100% similarity]
playground/jsx/src/App.vue [moved from playground/default-with-tests/src/App.vue with 100% similarity]
playground/jsx/src/assets/logo.png [moved from playground/spa-ts-with-tests/src/assets/logo.png with 100% similarity]
playground/jsx/src/components/HelloWorld.vue [moved from playground/default-with-tests/src/components/HelloWorld.vue with 100% similarity]
playground/jsx/src/main.js [moved from playground/default-with-tests/src/main.js with 100% similarity]
playground/jsx/vite-env.d.ts [new file with mode: 0644]
playground/jsx/vite.config.js [moved from playground/default-ts-with-tests/vite.config.ts with 100% similarity]
playground/router-vuex-with-tests/.gitignore [moved from playground/spa-ts/.gitignore with 100% similarity]
playground/router-vuex-with-tests/README.md [new file with mode: 0644]
playground/router-vuex-with-tests/cypress.json [moved from playground/default-with-tests/cypress.json with 100% similarity]
playground/router-vuex-with-tests/cypress/fixtures/example.json [moved from playground/default-with-tests/cypress/fixtures/example.json with 100% similarity]
playground/router-vuex-with-tests/cypress/integration/example.spec.js [new file with mode: 0644]
playground/router-vuex-with-tests/cypress/jsconfig.json [moved from playground/spa-with-tests/cypress/jsconfig.json with 100% similarity]
playground/router-vuex-with-tests/cypress/plugins/index.js [moved from playground/spa-with-tests/cypress/plugins/index.js with 100% similarity]
playground/router-vuex-with-tests/cypress/support/commands.js [moved from playground/spa-with-tests/cypress/support/commands.js with 100% similarity]
playground/router-vuex-with-tests/cypress/support/index.js [moved from playground/spa-with-tests/cypress/support/index.js with 100% similarity]
playground/router-vuex-with-tests/index.html [moved from playground/spa-ts/index.html with 100% similarity]
playground/router-vuex-with-tests/jsconfig.json [new file with mode: 0644]
playground/router-vuex-with-tests/package.json [moved from playground/default-ts-with-tests/package.json with 68% similarity]
playground/router-vuex-with-tests/public/favicon.ico [moved from playground/spa-ts/public/favicon.ico with 100% similarity]
playground/router-vuex-with-tests/src/App.vue [moved from playground/spa/src/App.vue with 100% similarity]
playground/router-vuex-with-tests/src/assets/logo.png [moved from playground/spa-ts/src/assets/logo.png with 100% similarity]
playground/router-vuex-with-tests/src/components/HelloWorld.vue [new file with mode: 0644]
playground/router-vuex-with-tests/src/components/__tests__/HelloWorld.spec.js [moved from playground/spa-with-tests/src/components/__tests__/HelloWorld.spec.js with 100% similarity]
playground/router-vuex-with-tests/src/main.js [moved from playground/spa-ts-with-tests/src/main.ts with 100% similarity]
playground/router-vuex-with-tests/src/router/index.js [new file with mode: 0644]
playground/router-vuex-with-tests/src/store/index.js [moved from playground/spa-ts-with-tests/src/store/index.ts with 100% similarity]
playground/router-vuex-with-tests/src/views/About.vue [moved from playground/spa/src/views/About.vue with 100% similarity]
playground/router-vuex-with-tests/src/views/Home.vue [new file with mode: 0644]
playground/router-vuex-with-tests/vite-env.d.ts [new file with mode: 0644]
playground/router-vuex-with-tests/vite.config.js [new file with mode: 0644]
playground/router-vuex/.gitignore [moved from playground/spa-with-tests/.gitignore with 100% similarity]
playground/router-vuex/README.md [new file with mode: 0644]
playground/router-vuex/index.html [moved from playground/spa-with-tests/index.html with 100% similarity]
playground/router-vuex/jsconfig.json [new file with mode: 0644]
playground/router-vuex/package.json [moved from playground/spa/package.json with 86% similarity]
playground/router-vuex/public/favicon.ico [moved from playground/spa-with-tests/public/favicon.ico with 100% similarity]
playground/router-vuex/src/App.vue [new file with mode: 0644]
playground/router-vuex/src/assets/logo.png [moved from playground/spa-with-tests/src/assets/logo.png with 100% similarity]
playground/router-vuex/src/components/HelloWorld.vue [new file with mode: 0644]
playground/router-vuex/src/main.js [moved from playground/spa-ts/src/main.ts with 100% similarity]
playground/router-vuex/src/router/index.js [new file with mode: 0644]
playground/router-vuex/src/store/index.js [moved from playground/spa-ts/src/store/index.ts with 100% similarity]
playground/router-vuex/src/views/About.vue [new file with mode: 0644]
playground/router-vuex/src/views/Home.vue [new file with mode: 0644]
playground/router-vuex/vite-env.d.ts [new file with mode: 0644]
playground/router-vuex/vite.config.js [new file with mode: 0644]
playground/router/.gitignore [moved from playground/spa/.gitignore with 100% similarity]
playground/router/README.md [new file with mode: 0644]
playground/router/index.html [moved from playground/spa/index.html with 100% similarity]
playground/router/jsconfig.json [new file with mode: 0644]
playground/router/package.json [new file with mode: 0644]
playground/router/public/favicon.ico [moved from playground/spa/public/favicon.ico with 100% similarity]
playground/router/src/App.vue [new file with mode: 0644]
playground/router/src/assets/logo.png [moved from playground/spa/src/assets/logo.png with 100% similarity]
playground/router/src/components/HelloWorld.vue [new file with mode: 0644]
playground/router/src/main.js [new file with mode: 0644]
playground/router/src/router/index.js [new file with mode: 0644]
playground/router/src/views/About.vue [new file with mode: 0644]
playground/router/src/views/Home.vue [new file with mode: 0644]
playground/router/vite-env.d.ts [new file with mode: 0644]
playground/router/vite.config.js [new file with mode: 0644]
playground/spa-ts-with-tests/README.md [deleted file]
playground/spa-ts-with-tests/src/shims-vue.d.ts [deleted file]
playground/spa-ts-with-tests/src/vite-env.d.ts [deleted file]
playground/spa-ts/README.md [deleted file]
playground/spa-ts/src/shims-vue.d.ts [deleted file]
playground/spa-ts/src/vite-env.d.ts [deleted file]
playground/spa-with-tests/README.md [deleted file]
playground/spa-with-tests/src/shims-vue.d.ts [deleted file]
playground/spa-with-tests/src/vite-env.d.ts [deleted file]
playground/spa/README.md [deleted file]
playground/spa/src/shims-vue.d.ts [deleted file]
playground/spa/src/vite-env.d.ts [deleted file]
playground/typescript-jsx-router-vuex-with-tests/.gitignore [new file with mode: 0644]
playground/typescript-jsx-router-vuex-with-tests/README.md [new file with mode: 0644]
playground/typescript-jsx-router-vuex-with-tests/cypress.json [moved from playground/spa-ts-with-tests/cypress.json with 100% similarity]
playground/typescript-jsx-router-vuex-with-tests/cypress/fixtures/example.json [moved from playground/spa-ts-with-tests/cypress/fixtures/example.json with 100% similarity]
playground/typescript-jsx-router-vuex-with-tests/cypress/integration/example.spec.ts [moved from playground/spa-ts-with-tests/cypress/integration/example.spec.ts with 100% similarity]
playground/typescript-jsx-router-vuex-with-tests/cypress/plugins/index.ts [moved from playground/default-ts-with-tests/cypress/plugins/index.ts with 100% similarity]
playground/typescript-jsx-router-vuex-with-tests/cypress/support/commands.ts [moved from playground/default-ts-with-tests/cypress/support/commands.ts with 100% similarity]
playground/typescript-jsx-router-vuex-with-tests/cypress/support/index.ts [moved from playground/default-ts-with-tests/cypress/support/index.ts with 100% similarity]
playground/typescript-jsx-router-vuex-with-tests/cypress/tsconfig.json [moved from playground/default-ts-with-tests/cypress/tsconfig.json with 100% similarity]
playground/typescript-jsx-router-vuex-with-tests/index.html [new file with mode: 0644]
playground/typescript-jsx-router-vuex-with-tests/package.json [moved from playground/spa-ts-with-tests/package.json with 94% similarity]
playground/typescript-jsx-router-vuex-with-tests/public/favicon.ico [new file with mode: 0644]
playground/typescript-jsx-router-vuex-with-tests/src/App.vue [new file with mode: 0644]
playground/typescript-jsx-router-vuex-with-tests/src/assets/logo.png [new file with mode: 0644]
playground/typescript-jsx-router-vuex-with-tests/src/components/HelloWorld.vue [moved from playground/default-ts-with-tests/src/components/HelloWorld.vue with 100% similarity]
playground/typescript-jsx-router-vuex-with-tests/src/components/__tests__/HelloWorld.spec.ts [moved from playground/default-ts-with-tests/src/components/__tests__/HelloWorld.spec.ts with 100% similarity]
playground/typescript-jsx-router-vuex-with-tests/src/main.ts [new file with mode: 0644]
playground/typescript-jsx-router-vuex-with-tests/src/router/index.ts [moved from playground/spa-ts-with-tests/src/router/index.ts with 100% similarity]
playground/typescript-jsx-router-vuex-with-tests/src/store/index.ts [new file with mode: 0644]
playground/typescript-jsx-router-vuex-with-tests/src/views/About.vue [new file with mode: 0644]
playground/typescript-jsx-router-vuex-with-tests/src/views/Home.vue [moved from playground/spa-ts-with-tests/src/views/Home.vue with 100% similarity]
playground/typescript-jsx-router-vuex-with-tests/tsconfig.json [moved from playground/default-ts-with-tests/tsconfig.json with 85% similarity]
playground/typescript-jsx-router-vuex-with-tests/vite-env.d.ts [new file with mode: 0644]
playground/typescript-jsx-router-vuex-with-tests/vite.config.ts [moved from playground/default-ts/vite.config.ts with 100% similarity]
playground/typescript-jsx-router-vuex/.gitignore [new file with mode: 0644]
playground/typescript-jsx-router-vuex/README.md [new file with mode: 0644]
playground/typescript-jsx-router-vuex/index.html [new file with mode: 0644]
playground/typescript-jsx-router-vuex/package.json [moved from playground/spa-ts/package.json with 92% similarity]
playground/typescript-jsx-router-vuex/public/favicon.ico [new file with mode: 0644]
playground/typescript-jsx-router-vuex/src/App.vue [new file with mode: 0644]
playground/typescript-jsx-router-vuex/src/assets/logo.png [new file with mode: 0644]
playground/typescript-jsx-router-vuex/src/components/HelloWorld.vue [moved from playground/default-ts/src/components/HelloWorld.vue with 100% similarity]
playground/typescript-jsx-router-vuex/src/main.ts [new file with mode: 0644]
playground/typescript-jsx-router-vuex/src/router/index.ts [moved from playground/spa-ts/src/router/index.ts with 100% similarity]
playground/typescript-jsx-router-vuex/src/store/index.ts [new file with mode: 0644]
playground/typescript-jsx-router-vuex/src/views/About.vue [new file with mode: 0644]
playground/typescript-jsx-router-vuex/src/views/Home.vue [moved from playground/spa-ts/src/views/Home.vue with 100% similarity]
playground/typescript-jsx-router-vuex/tsconfig.json [moved from playground/spa-ts-with-tests/tsconfig.json with 85% similarity]
playground/typescript-jsx-router-vuex/vite-env.d.ts [new file with mode: 0644]
playground/typescript-jsx-router-vuex/vite.config.ts [moved from playground/spa-ts-with-tests/vite.config.ts with 100% similarity]
playground/typescript-jsx-router/.gitignore [new file with mode: 0644]
playground/typescript-jsx-router/README.md [new file with mode: 0644]
playground/typescript-jsx-router/index.html [new file with mode: 0644]
playground/typescript-jsx-router/package.json [new file with mode: 0644]
playground/typescript-jsx-router/public/favicon.ico [new file with mode: 0644]
playground/typescript-jsx-router/src/App.vue [new file with mode: 0644]
playground/typescript-jsx-router/src/assets/logo.png [new file with mode: 0644]
playground/typescript-jsx-router/src/components/HelloWorld.vue [moved from playground/spa-ts-with-tests/src/components/HelloWorld.vue with 100% similarity]
playground/typescript-jsx-router/src/main.ts [new file with mode: 0644]
playground/typescript-jsx-router/src/router/index.ts [new file with mode: 0644]
playground/typescript-jsx-router/src/views/About.vue [new file with mode: 0644]
playground/typescript-jsx-router/src/views/Home.vue [new file with mode: 0644]
playground/typescript-jsx-router/tsconfig.json [moved from playground/spa-ts/tsconfig.json with 85% similarity]
playground/typescript-jsx-router/vite-env.d.ts [new file with mode: 0644]
playground/typescript-jsx-router/vite.config.ts [moved from playground/spa-ts/vite.config.ts with 100% similarity]
playground/typescript-jsx/.gitignore [new file with mode: 0644]
playground/typescript-jsx/README.md [new file with mode: 0644]
playground/typescript-jsx/index.html [new file with mode: 0644]
playground/typescript-jsx/package.json [moved from playground/default-ts/package.json with 94% similarity]
playground/typescript-jsx/public/favicon.ico [new file with mode: 0644]
playground/typescript-jsx/src/App.vue [moved from playground/default-ts-with-tests/src/App.vue with 100% similarity]
playground/typescript-jsx/src/assets/logo.png [new file with mode: 0644]
playground/typescript-jsx/src/components/HelloWorld.vue [moved from playground/spa-ts/src/components/HelloWorld.vue with 100% similarity]
playground/typescript-jsx/src/main.ts [moved from playground/default-ts-with-tests/src/main.ts with 100% similarity]
playground/typescript-jsx/tsconfig.json [moved from playground/default-ts/tsconfig.json with 85% similarity]
playground/typescript-jsx/vite-env.d.ts [new file with mode: 0644]
playground/typescript-jsx/vite.config.ts [new file with mode: 0644]
playground/typescript/.gitignore [new file with mode: 0644]
playground/typescript/README.md [new file with mode: 0644]
playground/typescript/index.html [new file with mode: 0644]
playground/typescript/package.json [new file with mode: 0644]
playground/typescript/public/favicon.ico [new file with mode: 0644]
playground/typescript/src/App.vue [moved from playground/default-ts/src/App.vue with 100% similarity]
playground/typescript/src/assets/logo.png [new file with mode: 0644]
playground/typescript/src/components/HelloWorld.vue [new file with mode: 0644]
playground/typescript/src/main.ts [moved from playground/default-ts/src/main.ts with 100% similarity]
playground/typescript/tsconfig.json [new file with mode: 0644]
playground/typescript/vite-env.d.ts [new file with mode: 0644]
playground/typescript/vite.config.ts [new file with mode: 0644]
playground/vuex-with-tests/.gitignore [new file with mode: 0644]
playground/vuex-with-tests/README.md [new file with mode: 0644]
playground/vuex-with-tests/cypress.json [moved from playground/spa-with-tests/cypress.json with 100% similarity]
playground/vuex-with-tests/cypress/fixtures/example.json [moved from playground/spa-with-tests/cypress/fixtures/example.json with 100% similarity]
playground/vuex-with-tests/cypress/integration/example.spec.js [moved from playground/default-with-tests/cypress/integration/example.spec.js with 100% similarity]
playground/vuex-with-tests/cypress/jsconfig.json [moved from playground/spa-ts-with-tests/cypress/tsconfig.json with 100% similarity]
playground/vuex-with-tests/cypress/plugins/index.js [moved from playground/spa-ts-with-tests/cypress/plugins/index.ts with 100% similarity]
playground/vuex-with-tests/cypress/support/commands.js [moved from playground/spa-ts-with-tests/cypress/support/commands.ts with 100% similarity]
playground/vuex-with-tests/cypress/support/index.js [moved from playground/spa-ts-with-tests/cypress/support/index.ts with 100% similarity]
playground/vuex-with-tests/index.html [new file with mode: 0644]
playground/vuex-with-tests/jsconfig.json [new file with mode: 0644]
playground/vuex-with-tests/package.json [new file with mode: 0644]
playground/vuex-with-tests/public/favicon.ico [new file with mode: 0644]
playground/vuex-with-tests/src/App.vue [new file with mode: 0644]
playground/vuex-with-tests/src/assets/logo.png [new file with mode: 0644]
playground/vuex-with-tests/src/components/HelloWorld.vue [new file with mode: 0644]
playground/vuex-with-tests/src/components/__tests__/HelloWorld.spec.js [moved from playground/spa-ts-with-tests/src/components/__tests__/HelloWorld.spec.ts with 100% similarity]
playground/vuex-with-tests/src/main.js [new file with mode: 0644]
playground/vuex-with-tests/src/store/index.js [new file with mode: 0644]
playground/vuex-with-tests/vite-env.d.ts [new file with mode: 0644]
playground/vuex-with-tests/vite.config.js [new file with mode: 0644]
playground/vuex/.gitignore [new file with mode: 0644]
playground/vuex/README.md [new file with mode: 0644]
playground/vuex/index.html [new file with mode: 0644]
playground/vuex/jsconfig.json [new file with mode: 0644]
playground/vuex/package.json [new file with mode: 0644]
playground/vuex/public/favicon.ico [new file with mode: 0644]
playground/vuex/src/App.vue [new file with mode: 0644]
playground/vuex/src/assets/logo.png [new file with mode: 0644]
playground/vuex/src/components/HelloWorld.vue [new file with mode: 0644]
playground/vuex/src/main.js [new file with mode: 0644]
playground/vuex/src/store/index.js [new file with mode: 0644]
playground/vuex/vite-env.d.ts [new file with mode: 0644]
playground/vuex/vite.config.js [new file with mode: 0644]
playground/with-tests/.gitignore [new file with mode: 0644]
playground/with-tests/README.md [new file with mode: 0644]
playground/with-tests/cypress.json [new file with mode: 0644]
playground/with-tests/cypress/fixtures/example.json [new file with mode: 0644]
playground/with-tests/cypress/integration/example.spec.js [moved from playground/default-ts-with-tests/cypress/integration/example.spec.ts with 72% similarity]
playground/with-tests/cypress/jsconfig.json [new file with mode: 0644]
playground/with-tests/cypress/plugins/index.js [new file with mode: 0644]
playground/with-tests/cypress/support/commands.js [new file with mode: 0644]
playground/with-tests/cypress/support/index.js [new file with mode: 0644]
playground/with-tests/index.html [new file with mode: 0644]
playground/with-tests/jsconfig.json [new file with mode: 0644]
playground/with-tests/package.json [moved from playground/default-with-tests/package.json with 90% similarity]
playground/with-tests/public/favicon.ico [new file with mode: 0644]
playground/with-tests/src/App.vue [new file with mode: 0644]
playground/with-tests/src/assets/logo.png [new file with mode: 0644]
playground/with-tests/src/components/HelloWorld.vue [new file with mode: 0644]
playground/with-tests/src/components/__tests__/HelloWorld.spec.js [new file with mode: 0644]
playground/with-tests/src/main.js [new file with mode: 0644]
playground/with-tests/vite-env.d.ts [new file with mode: 0644]
playground/with-tests/vite.config.js [new file with mode: 0644]
snapshot.js
utils/templateList.js [deleted file]