Skip to content

Commit

Permalink
publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyoucai committed Nov 13, 2017
1 parent 168c9c7 commit 53a61b7
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ Editor for Vue2.0 , Base on wangEditor v2.x
because it's not very stable, such as the user interface, the upload image and so on.
choose wangeditor v2.0 first, if you do not want to trouble

#### install

npm

npm install tt-vue-editor

yarn

yarn add tt-vue-editor

#### how to use

Expand All @@ -21,7 +29,7 @@ template
v-model="result"></v-editor>


import
javascript

import Editor from './Editor'
export default {
Expand Down
File renamed without changes.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "tt-vue-editor",
"version": "2.1.23",
"description": "a vue componet base on wangEditor",
"main": "srv/Editor.vue",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jiangyoucai/vue-editor.git"
},
"keywords": [
"vue-editor",
"editor",
"wangeditor"
],
"author": "https://github.com/jiangyoucai",
"license": "ISC",
"bugs": {
"url": "https://github.com/jiangyoucai/vue-editor/issues"
},
"homepage": "https://github.com/jiangyoucai/vue-editor#readme"
}
File renamed without changes.

0 comments on commit 53a61b7

Please sign in to comment.