OSDN Git Service

init
authortkskjri05 <t.kujirai@nagatake.co.jp>
Sat, 30 Jan 2021 13:34:20 +0000 (22:34 +0900)
committertkskjri05 <t.kujirai@nagatake.co.jp>
Sat, 30 Jan 2021 13:34:20 +0000 (22:34 +0900)
commit843646556987a180db0d99534e840f7714ab9d8c
treec1b365eeeb587865a22006ea7e32dd45b1761fa2
init
16 files changed:
.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/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]
tests/unit/example.spec.js [new file with mode: 0644]