Skip to content

Commit

Permalink
docs: Added vue 3 install notes
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Jan 23, 2021
1 parent 577430e commit 7423ec6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![SSG](https://github.com/fuxingloh/vue-horizontal/workflows/SSG/badge.svg)](https://github.com/fuxingloh/vue-horizontal/actions?query=workflow%3ASSG+branch%3Amain)
[![License MIT](https://img.shields.io/github/license/fuxingloh/vue-horizontal)](https://github.com/fuxingloh/vue-horizontal/blob/main/LICENSE)

# [Vue Horizontal](https://vue-horizontal.fuxing.dev) [![vue-horizontal](https://img.shields.io/npm/v/vue-horizontal.svg)](https://www.npmjs.com/package/vue-horizontal)
# [Vue Horizontal](https://vue-horizontal.fuxing.dev) [![vue-horizontal](https://img.shields.io/npm/v/vue-horizontal/latest)](https://www.npmjs.com/package/vue-horizontal) [![vue-horizontal](https://img.shields.io/npm/v/vue-horizontal/next)](https://www.npmjs.com/package/vue-horizontal)

At its core, [Vue Horizontal](https://vue-horizontal.fuxing.dev) is an ultra simple pure vue horizontal layout for
modern responsive web with zero dependencies.
Expand All @@ -31,7 +31,10 @@ Vue Horizontal is also an ultra complex code snippet dossier with over 100 SPA/S
## Installation

```shell
# for Vue 2
npm i vue-horizontal
# for Vue 3
npm i vue-horizontal@next
# or
yarn add vue-horizontal
# or via <script>
Expand Down

0 comments on commit 7423ec6

Please sign in to comment.