]> git.jsancho.org Git - vanzui.git/commit
init
authorJavier Sancho <jsf@jsancho.org>
Sat, 20 Mar 2021 06:44:06 +0000 (07:44 +0100)
committerJavier Sancho <jsf@jsancho.org>
Sat, 20 Mar 2021 06:44:06 +0000 (07:44 +0100)
commit27fe03c7a546a682073699111f611f9bada15d81
tree83c9b637c356af9b4da7b7c19aed046e061103f8
init
17 files changed:
.browserslistrc [new file with mode: 0644]
.eslintrc.js [new file with mode: 0644]
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]
babel.config.js [new file with mode: 0644]
package.json [new file with mode: 0644]
public/favicon.ico [new file with mode: 0644]
public/index.html [new file with mode: 0644]
src/App.vue [new file with mode: 0644]
src/assets/logo.png [new file with mode: 0644]
src/components/HelloWorld.vue [new file with mode: 0644]
src/main.js [new file with mode: 0644]
src/router/index.js [new file with mode: 0644]
src/store/index.js [new file with mode: 0644]
src/views/About.vue [new file with mode: 0644]
src/views/Home.vue [new file with mode: 0644]
yarn.lock [new file with mode: 0644]