Skip to content

Commit facfde9

Browse files
committed
add docs
1 parent 6f09ac9 commit facfde9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,19 @@
1111
[Demo here](https://vue-daily-schedule.vercel.app/)
1212

1313
### Install
14+
Node
1415
```
1516
npm install vue-daily-scheduler
1617
1718
# or yarn
1819
1920
yarn add vue-daily-scheduler
2021
```
22+
Browser
23+
```html
24+
<script scr="https://unpkg.com/vue-daily-scheduler@latest/dist/vue-schedule.min.js" />
25+
```
26+
2127
then, use inside a component
2228
```javascript
2329
import VueSchedule from 'vue-daily-schedule'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-daily-scheduler",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": false,
55
"author": "Burhanuddin Ahmed",
66
"license": "MIT",

0 commit comments

Comments
 (0)