|
1 |
| -<p align="center"><img height="300" src="http://clarkdo.github.io/public/img/hare-logo-blue.svg"></p> |
2 |
| -<p align="center"> |
3 |
| - <a href="https://travis-ci.org/clarkdo/hare" target="_blank"><img src="https://travis-ci.org/clarkdo/hare.svg?branch=master" alt="Build Status"></a> |
4 |
| - <a href="https://ci.appveyor.com/project/clarkdo/hare" target="_blank"><img src="https://ci.appveyor.com/api/projects/status/16eua6xnlnwxqomp?svg=true" alt="Build Status"></a> |
5 |
| - <a href="https://snyk.io/test/github/clarkdo/hare"><img src="https://snyk.io/test/github/clarkdo/hare/badge.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/clarkdo/hare" style="max-width:100%;"></a> |
6 |
| - <a href="https://github.com/clarkdo/hare/issues"><img src="https://img.shields.io/github/issues/clarkdo/hare.svg" alt="Issues"></a> |
7 |
| - <a href="https://github.com/clarkdo/hare/stargazers"><img src="https://img.shields.io/github/stars/clarkdo/hare.svg" alt="Stars"></a> |
8 |
| - <a href="https://raw.githubusercontent.com/clarkdo/hare/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"></a> |
9 |
| -</p> |
10 |
| - |
11 |
| -# Application boilerplate based on Vue.js 2.x, Koa 2.x, Element-UI and Nuxt.js |
| 1 | +#  Application boilerplate based on Vue.js 2.x, Koa 2.x, Element-UI and Nuxt.js |
| 2 | + |
| 3 | +[](https://travis-ci.org/clarkdo/hare) |
| 4 | +[](https://ci.appveyor.com/project/clarkdo/hare) |
| 5 | +[](https://snyk.io/test/github/clarkdo/hare) |
| 6 | +[](https://github.com/clarkdo/hare/issues) |
| 7 | +[](https://github.com/clarkdo/hare/stargazers) |
| 8 | +[](https://raw.githubusercontent.com/clarkdo/hare/master/LICENSE) |
12 | 9 |
|
13 | 10 | ## Installation
|
14 | 11 |
|
@@ -69,6 +66,6 @@ Vue.js documentation: [https://vuejs.org/](https://vuejs.org/)
|
69 | 66 |
|
70 | 67 | Nuxt.js documentation: [https://nuxtjs.org](https://nuxtjs.org)
|
71 | 68 |
|
72 |
| -Element-UI docuementation: [http://element.eleme.io](http://element.eleme.io/#/en-US) |
| 69 | +Element-UI documentation: [http://element.eleme.io](http://element.eleme.io/#/en-US) |
73 | 70 |
|
74 | 71 | Koa documentation: [https://github.com/koajs/koa](https://github.com/koajs/koa)
|
0 commit comments