Skip to content

Commit 350918d

Browse files
committed
Added: docker support
1 parent 111749d commit 350918d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,19 @@ A fullstack demo used Vue2 & Koa2(Koa1 version is [here](https://github.com/Molu
88

99
:rocket: Instant feedback
1010

11-
:stuck_out_tongue_winking_eye: Vue SSR Support in the [ssr](https://github.com/Molunerfinn/vue-koa-demo/tree/ssr) branch
11+
:stuck_out_tongue_winking_eye: Vue SSR support in the [ssr](https://github.com/Molunerfinn/vue-koa-demo/tree/ssr) branch
12+
13+
:tada: Docker support
1214

1315
<p align="left">
1416
<a href="https://github.com/feross/standard">
1517
<img src="https://img.shields.io/badge/code%20style-standard-green.svg?style=flat-square" alt="">
1618
</a>
1719
<a href="https://github.com/facebook/jest">
18-
<img src="https://img.shields.io/badge/tested_with-jest-99424f.svg" alt="">
20+
<img src="https://img.shields.io/badge/tested_with-jest-99424f.svg?style=flat-square" alt="">
1921
</a>
2022
<a href='https://coveralls.io/github/Molunerfinn/vue-koa-demo?branch=master'>
21-
<img src='https://coveralls.io/repos/github/Molunerfinn/vue-koa-demo/badge.svg?branch=master' alt='Coverage Status' />
23+
<img src='https://coveralls.io/repos/github/Molunerfinn/vue-koa-demo/badge.svg' alt='Coverage Status' />
2224
</a>
2325
</p>
2426

0 commit comments

Comments
 (0)