init
authorebelcrom <ebelcrom@gmail.com>
Thu, 12 Dec 2019 21:49:18 +0000 (22:49 +0100)
committerebelcrom <ebelcrom@gmail.com>
Thu, 12 Dec 2019 21:49:18 +0000 (22:49 +0100)
commite782ffd5a9bc27d86f04a0b67b85d98fa53cb349
tree151b1a304224daa1f49e77eae5af1177042f0231
init
30 files changed:
.browserslistrc [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-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
public/favicon.ico [new file with mode: 0644]
public/img/icons/android-chrome-192x192.png [new file with mode: 0644]
public/img/icons/android-chrome-512x512.png [new file with mode: 0644]
public/img/icons/apple-touch-icon-120x120.png [new file with mode: 0644]
public/img/icons/apple-touch-icon-152x152.png [new file with mode: 0644]
public/img/icons/apple-touch-icon-180x180.png [new file with mode: 0644]
public/img/icons/apple-touch-icon-60x60.png [new file with mode: 0644]
public/img/icons/apple-touch-icon-76x76.png [new file with mode: 0644]
public/img/icons/apple-touch-icon.png [new file with mode: 0644]
public/img/icons/favicon-16x16.png [new file with mode: 0644]
public/img/icons/favicon-32x32.png [new file with mode: 0644]
public/img/icons/msapplication-icon-144x144.png [new file with mode: 0644]
public/img/icons/mstile-150x150.png [new file with mode: 0644]
public/img/icons/safari-pinned-tab.svg [new file with mode: 0644]
public/index.html [new file with mode: 0644]
public/robots.txt [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/registerServiceWorker.js [new file with mode: 0644]
src/router/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]