]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
workflow: generate a snapshot of each template before each release
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 27 Jul 2021 05:06:24 +0000 (13:06 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 27 Jul 2021 05:07:17 +0000 (13:07 +0800)
commit4114cc444f9cf7752ac208d9cea330ee9bf2a001
tree556f59033fd7ed56a8a3da5474375ad2e46920a2
parent5fae06a97cfc6cd39c4fba9b41315fb6e46169c3
workflow: generate a snapshot of each template before each release
156 files changed:
index.js
package.json
playground/default-ts-with-tests/.gitignore [new file with mode: 0644]
playground/default-ts-with-tests/README.md [moved from playground/.gitkeep with 100% similarity]
playground/default-ts-with-tests/cypress.json [new file with mode: 0644]
playground/default-ts-with-tests/cypress/fixtures/example.json [new file with mode: 0644]
playground/default-ts-with-tests/cypress/integration/example.spec.ts [new file with mode: 0644]
playground/default-ts-with-tests/cypress/plugins/index.ts [new file with mode: 0644]
playground/default-ts-with-tests/cypress/support/commands.ts [new file with mode: 0644]
playground/default-ts-with-tests/cypress/support/index.ts [new file with mode: 0644]
playground/default-ts-with-tests/cypress/tsconfig.json [new file with mode: 0644]
playground/default-ts-with-tests/index.html [new file with mode: 0644]
playground/default-ts-with-tests/package.json [new file with mode: 0644]
playground/default-ts-with-tests/public/favicon.ico [new file with mode: 0644]
playground/default-ts-with-tests/src/App.vue [new file with mode: 0644]
playground/default-ts-with-tests/src/assets/logo.png [new file with mode: 0644]
playground/default-ts-with-tests/src/components/HelloWorld.vue [new file with mode: 0644]
playground/default-ts-with-tests/src/components/__tests__/HelloWorld.spec.ts [new file with mode: 0644]
playground/default-ts-with-tests/src/main.ts [new file with mode: 0644]
playground/default-ts-with-tests/src/shims-vue.d.ts [new file with mode: 0644]
playground/default-ts-with-tests/src/vite-env.d.ts [new file with mode: 0644]
playground/default-ts-with-tests/tsconfig.json [new file with mode: 0644]
playground/default-ts-with-tests/vite.config.ts [new file with mode: 0644]
playground/default-ts/.gitignore [new file with mode: 0644]
playground/default-ts/README.md [new file with mode: 0644]
playground/default-ts/index.html [new file with mode: 0644]
playground/default-ts/package.json [new file with mode: 0644]
playground/default-ts/public/favicon.ico [new file with mode: 0644]
playground/default-ts/src/App.vue [new file with mode: 0644]
playground/default-ts/src/assets/logo.png [new file with mode: 0644]
playground/default-ts/src/components/HelloWorld.vue [new file with mode: 0644]
playground/default-ts/src/main.ts [new file with mode: 0644]
playground/default-ts/src/shims-vue.d.ts [new file with mode: 0644]
playground/default-ts/src/vite-env.d.ts [new file with mode: 0644]
playground/default-ts/tsconfig.json [new file with mode: 0644]
playground/default-ts/vite.config.ts [new file with mode: 0644]
playground/default-with-tests/.gitignore [new file with mode: 0644]
playground/default-with-tests/README.md [new file with mode: 0644]
playground/default-with-tests/cypress.json [new file with mode: 0644]
playground/default-with-tests/cypress/fixtures/example.json [new file with mode: 0644]
playground/default-with-tests/cypress/integration/example.spec.js [new file with mode: 0644]
playground/default-with-tests/cypress/jsconfig.json [new file with mode: 0644]
playground/default-with-tests/cypress/plugins/index.js [new file with mode: 0644]
playground/default-with-tests/cypress/support/commands.js [new file with mode: 0644]
playground/default-with-tests/cypress/support/index.js [new file with mode: 0644]
playground/default-with-tests/index.html [new file with mode: 0644]
playground/default-with-tests/jsconfig.json [new file with mode: 0644]
playground/default-with-tests/package.json [new file with mode: 0644]
playground/default-with-tests/public/favicon.ico [new file with mode: 0644]
playground/default-with-tests/src/App.vue [new file with mode: 0644]
playground/default-with-tests/src/assets/logo.png [new file with mode: 0644]
playground/default-with-tests/src/components/HelloWorld.vue [new file with mode: 0644]
playground/default-with-tests/src/components/__tests__/HelloWorld.spec.js [new file with mode: 0644]
playground/default-with-tests/src/main.js [new file with mode: 0644]
playground/default-with-tests/src/shims-vue.d.ts [new file with mode: 0644]
playground/default-with-tests/src/vite-env.d.ts [new file with mode: 0644]
playground/default-with-tests/vite.config.js [new file with mode: 0644]
playground/default/.gitignore [new file with mode: 0644]
playground/default/README.md [new file with mode: 0644]
playground/default/index.html [new file with mode: 0644]
playground/default/jsconfig.json [new file with mode: 0644]
playground/default/package.json [new file with mode: 0644]
playground/default/public/favicon.ico [new file with mode: 0644]
playground/default/src/App.vue [new file with mode: 0644]
playground/default/src/assets/logo.png [new file with mode: 0644]
playground/default/src/components/HelloWorld.vue [new file with mode: 0644]
playground/default/src/main.js [new file with mode: 0644]
playground/default/src/shims-vue.d.ts [new file with mode: 0644]
playground/default/src/vite-env.d.ts [new file with mode: 0644]
playground/default/vite.config.js [new file with mode: 0644]
playground/spa-ts-with-tests/.gitignore [new file with mode: 0644]
playground/spa-ts-with-tests/README.md [new file with mode: 0644]
playground/spa-ts-with-tests/cypress.json [new file with mode: 0644]
playground/spa-ts-with-tests/cypress/fixtures/example.json [new file with mode: 0644]
playground/spa-ts-with-tests/cypress/integration/example.spec.ts [new file with mode: 0644]
playground/spa-ts-with-tests/cypress/plugins/index.ts [new file with mode: 0644]
playground/spa-ts-with-tests/cypress/support/commands.ts [new file with mode: 0644]
playground/spa-ts-with-tests/cypress/support/index.ts [new file with mode: 0644]
playground/spa-ts-with-tests/cypress/tsconfig.json [new file with mode: 0644]
playground/spa-ts-with-tests/index.html [new file with mode: 0644]
playground/spa-ts-with-tests/package.json [new file with mode: 0644]
playground/spa-ts-with-tests/public/favicon.ico [new file with mode: 0644]
playground/spa-ts-with-tests/src/App.vue [new file with mode: 0644]
playground/spa-ts-with-tests/src/assets/logo.png [new file with mode: 0644]
playground/spa-ts-with-tests/src/components/HelloWorld.vue [new file with mode: 0644]
playground/spa-ts-with-tests/src/components/__tests__/HelloWorld.spec.ts [new file with mode: 0644]
playground/spa-ts-with-tests/src/main.ts [new file with mode: 0644]
playground/spa-ts-with-tests/src/router/index.ts [new file with mode: 0644]
playground/spa-ts-with-tests/src/shims-vue.d.ts [new file with mode: 0644]
playground/spa-ts-with-tests/src/store/index.ts [new file with mode: 0644]
playground/spa-ts-with-tests/src/views/About.vue [new file with mode: 0644]
playground/spa-ts-with-tests/src/views/Home.vue [new file with mode: 0644]
playground/spa-ts-with-tests/src/vite-env.d.ts [new file with mode: 0644]
playground/spa-ts-with-tests/tsconfig.json [new file with mode: 0644]
playground/spa-ts-with-tests/vite.config.ts [new file with mode: 0644]
playground/spa-ts/.gitignore [new file with mode: 0644]
playground/spa-ts/README.md [new file with mode: 0644]
playground/spa-ts/index.html [new file with mode: 0644]
playground/spa-ts/package.json [new file with mode: 0644]
playground/spa-ts/public/favicon.ico [new file with mode: 0644]
playground/spa-ts/src/App.vue [new file with mode: 0644]
playground/spa-ts/src/assets/logo.png [new file with mode: 0644]
playground/spa-ts/src/components/HelloWorld.vue [new file with mode: 0644]
playground/spa-ts/src/main.ts [new file with mode: 0644]
playground/spa-ts/src/router/index.ts [new file with mode: 0644]
playground/spa-ts/src/shims-vue.d.ts [new file with mode: 0644]
playground/spa-ts/src/store/index.ts [new file with mode: 0644]
playground/spa-ts/src/views/About.vue [new file with mode: 0644]
playground/spa-ts/src/views/Home.vue [new file with mode: 0644]
playground/spa-ts/src/vite-env.d.ts [new file with mode: 0644]
playground/spa-ts/tsconfig.json [new file with mode: 0644]
playground/spa-ts/vite.config.ts [new file with mode: 0644]
playground/spa-with-tests/.gitignore [new file with mode: 0644]
playground/spa-with-tests/README.md [new file with mode: 0644]
playground/spa-with-tests/cypress.json [new file with mode: 0644]
playground/spa-with-tests/cypress/fixtures/example.json [new file with mode: 0644]
playground/spa-with-tests/cypress/integration/example.spec.js [new file with mode: 0644]
playground/spa-with-tests/cypress/jsconfig.json [new file with mode: 0644]
playground/spa-with-tests/cypress/plugins/index.js [new file with mode: 0644]
playground/spa-with-tests/cypress/support/commands.js [new file with mode: 0644]
playground/spa-with-tests/cypress/support/index.js [new file with mode: 0644]
playground/spa-with-tests/index.html [new file with mode: 0644]
playground/spa-with-tests/jsconfig.json [new file with mode: 0644]
playground/spa-with-tests/package.json [new file with mode: 0644]
playground/spa-with-tests/public/favicon.ico [new file with mode: 0644]
playground/spa-with-tests/src/App.vue [new file with mode: 0644]
playground/spa-with-tests/src/assets/logo.png [new file with mode: 0644]
playground/spa-with-tests/src/components/HelloWorld.vue [new file with mode: 0644]
playground/spa-with-tests/src/components/__tests__/HelloWorld.spec.js [new file with mode: 0644]
playground/spa-with-tests/src/main.js [new file with mode: 0644]
playground/spa-with-tests/src/router/index.js [new file with mode: 0644]
playground/spa-with-tests/src/shims-vue.d.ts [new file with mode: 0644]
playground/spa-with-tests/src/store/index.js [new file with mode: 0644]
playground/spa-with-tests/src/views/About.vue [new file with mode: 0644]
playground/spa-with-tests/src/views/Home.vue [new file with mode: 0644]
playground/spa-with-tests/src/vite-env.d.ts [new file with mode: 0644]
playground/spa-with-tests/vite.config.js [new file with mode: 0644]
playground/spa/.gitignore [new file with mode: 0644]
playground/spa/README.md [new file with mode: 0644]
playground/spa/index.html [new file with mode: 0644]
playground/spa/jsconfig.json [new file with mode: 0644]
playground/spa/package.json [new file with mode: 0644]
playground/spa/public/favicon.ico [new file with mode: 0644]
playground/spa/src/App.vue [new file with mode: 0644]
playground/spa/src/assets/logo.png [new file with mode: 0644]
playground/spa/src/components/HelloWorld.vue [new file with mode: 0644]
playground/spa/src/main.js [new file with mode: 0644]
playground/spa/src/router/index.js [new file with mode: 0644]
playground/spa/src/shims-vue.d.ts [new file with mode: 0644]
playground/spa/src/store/index.js [new file with mode: 0644]
playground/spa/src/views/About.vue [new file with mode: 0644]
playground/spa/src/views/Home.vue [new file with mode: 0644]
playground/spa/src/vite-env.d.ts [new file with mode: 0644]
playground/spa/vite.config.js [new file with mode: 0644]
snapshot.js [new file with mode: 0644]
utils/templateList.js [new file with mode: 0644]