]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
feat: add source code to all templates
authorHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 23 Jul 2021 07:11:02 +0000 (15:11 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 23 Jul 2021 07:11:02 +0000 (15:11 +0800)
commit4b8d6d43d93a8fcc8c932a97360e3656a4ed2265
treea8834e28aa11f3f4e56f6fa2a65f2f163f815d5b
parentcf01dbc6bcf3e9cda94301ea6f9609b17ebae4a0
feat: add source code to all templates
20 files changed:
template/source/default/src/App.vue [new file with mode: 0644]
template/source/default/src/assets/logo.png [new file with mode: 0644]
template/source/default/src/components/HelloWorld.vue [new file with mode: 0644]
template/source/default/src/main.js [new file with mode: 0644]
template/source/spa/src/App.vue [new file with mode: 0644]
template/source/spa/src/assets/logo.png [new file with mode: 0644]
template/source/spa/src/components/HelloWorld.vue [new file with mode: 0644]
template/source/spa/src/components/__tests__/HelloWorld.spec.js [new file with mode: 0644]
template/source/spa/src/main.js [new file with mode: 0644]
template/source/spa/src/router/index.js [new file with mode: 0644]
template/source/spa/src/store/index.js [new file with mode: 0644]
template/source/spa/src/views/About.vue [new file with mode: 0644]
template/source/spa/src/views/Home.vue [new file with mode: 0644]
template/source/typescript-default/src/App.vue [new file with mode: 0644]
template/source/typescript-default/src/assets/logo.png [new file with mode: 0644]
template/source/typescript-default/src/components/HelloWorld.vue [new file with mode: 0644]
template/source/typescript-default/src/main.ts [new file with mode: 0644]
template/source/typescript-spa/package.json [new file with mode: 0644]
template/source/typescript-spa/src/components/HelloWorld.vue
template/source/typescript-spa/src/router/index.ts