]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
feat: use a `--bare` flag to generate a template without too much boilerplate (#636)
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 23 Dec 2024 06:31:32 +0000 (14:31 +0800)
committerGitHub <noreply@github.com>
Mon, 23 Dec 2024 06:31:32 +0000 (14:31 +0800)
commitb3d661eec96c818809ddaef6e76f02fc247479a0
tree6e038bfb4532df3f5a9fe3e9db0d060c497506f8
parentd4999b752a24c3ee999b1fb15d0fe183759088e9
feat: use a `--bare` flag to generate a template without too much boilerplate (#636)

Closes #112
Closes #186
Closes #300
Closes #637
.github/workflows/ci.yml
index.ts
scripts/snapshot.mjs
template/bare/base/src/App.vue [new file with mode: 0644]
template/bare/cypress-ct/src/__tests__/App.cy.js [new file with mode: 0644]
template/bare/nightwatch-ct/src/__tests__/App.spec.js [new file with mode: 0644]
template/bare/typescript/src/App.vue [new file with mode: 0644]
template/bare/vitest/src/__tests__/App.spec.js [new file with mode: 0644]
utils/trimBoilerplate.ts [new file with mode: 0644]