Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit be60271

Browse files
committedSep 1, 2017
update readme.
1 parent 23bcb4f commit be60271

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed
 

‎.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.idea
2+
.gitignore
3+
node_modules
4+
src
5+
*.log

‎README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@
77

88
## Installation
99

10-
**Todo:: publish plugin**
10+
```javascript
11+
// installation via npm
12+
npm install vuejs-dialog
13+
```
1114

1215
```javascript
16+
// import into project
1317
import Vue from "vue"
14-
import VuejsDialog from "fill in this space after publishing" // Todo:: Publish plugin
18+
import VuejsDialog from "vuejs-dialog"
19+
20+
// Tell Vue to install the plugin.
1521
Vue.use(VuejsDialog)
1622
```
1723

0 commit comments

Comments
 (0)
Please sign in to comment.