Skip to content

Commit

Permalink
docs: add installation section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
themustafaomar committed Mar 10, 2023
1 parent 05f9cc9 commit 90b57b6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

A Vue wrapper component for Milsymbol, for more information please visit [milsymbol](https://github.com/spatialillusions/milsymbol)

## Installation

To install `vue-milsymbol` you need to install this package via npm.

```js
npm i vue-milsymbol
```

## Quick start

```js
Expand All @@ -17,7 +25,7 @@ new Vue({

In your component just declare `v-milsymbol` then add your options.

```js
```html
<template>
<v-milsymbol
ref="msymbol"
Expand Down

0 comments on commit 90b57b6

Please sign in to comment.