]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
feat!: rename `--spa` option to `--router`
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 10 Aug 2021 09:07:28 +0000 (17:07 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 10 Aug 2021 09:07:28 +0000 (17:07 +0800)
commitc0df900cd93e7b3e9279e0119ccc7d26822f9273
treeb3c4377c00e1baf64df7b6e55aadec730d89ece0
parent073af21c40990d99c40c34a09680e811a6e312bf
feat!: rename `--spa` option to `--router`
27 files changed:
index.js
template/code/router/cypress/integration/example.spec.js [moved from template/code/spa/cypress/integration/example.spec.js with 100% similarity]
template/code/router/package.json [new file with mode: 0644]
template/code/router/src/App.vue [moved from template/code/spa/src/App.vue with 100% similarity]
template/code/router/src/assets/logo.png [moved from template/code/spa/src/assets/logo.png with 100% similarity]
template/code/router/src/components/HelloWorld.vue [moved from template/code/spa/src/components/HelloWorld.vue with 100% similarity]
template/code/router/src/components/__tests__/HelloWorld.spec.js [moved from template/code/spa/src/components/__tests__/HelloWorld.spec.js with 100% similarity]
template/code/router/src/main.js [moved from template/code/spa/src/main.js with 77% similarity]
template/code/router/src/router/index.js [moved from template/code/spa/src/router/index.js with 100% similarity]
template/code/router/src/views/About.vue [moved from template/code/spa/src/views/About.vue with 100% similarity]
template/code/router/src/views/Home.vue [moved from template/code/spa/src/views/Home.vue with 100% similarity]
template/code/spa/package.json [deleted file]
template/code/spa/src/store/index.js [deleted file]
template/code/typescript-router/cypress/integration/example.spec.ts [moved from template/code/typescript-spa/cypress/integration/example.spec.ts with 100% similarity]
template/code/typescript-router/package.json [new file with mode: 0644]
template/code/typescript-router/src/App.vue [moved from template/code/typescript-spa/src/App.vue with 100% similarity]
template/code/typescript-router/src/assets/logo.png [moved from template/code/typescript-spa/src/assets/logo.png with 100% similarity]
template/code/typescript-router/src/components/HelloWorld.vue [moved from template/code/typescript-spa/src/components/HelloWorld.vue with 100% similarity]
template/code/typescript-router/src/components/__tests__/HelloWorld.spec.ts [moved from template/code/typescript-spa/src/components/__tests__/HelloWorld.spec.ts with 100% similarity]
template/code/typescript-router/src/main.ts [moved from template/code/typescript-spa/src/main.ts with 77% similarity]
template/code/typescript-router/src/router/index.ts [moved from template/code/typescript-spa/src/router/index.ts with 100% similarity]
template/code/typescript-router/src/views/About.vue [moved from template/code/typescript-spa/src/views/About.vue with 100% similarity]
template/code/typescript-router/src/views/Home.vue [moved from template/code/typescript-spa/src/views/Home.vue with 100% similarity]
template/code/typescript-spa/package.json [deleted file]
template/code/typescript-spa/src/shims-vue.d.ts [deleted file]
template/code/typescript-spa/src/store/index.ts [deleted file]
template/code/typescript-spa/src/vite-env.d.ts [deleted file]