vue-ckeditor-custom
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"name": "vue-ckeditor-custom", | ||
@@ -4,0 +4,0 @@ "description": "component vue3 ckeditor5 custom settings", |
@@ -8,31 +8,23 @@ # vue-ckeditor-custom | ||
1.- Install component | ||
```terminal | ||
npm i vue-ckeditor-custom | ||
npm i @ckeditor/ckeditor5-vue@4.0.1 | ||
``` | ||
$ npm i vue-ckeditor-custom | ||
$ npm i @ckeditor/ckeditor5-vue@4.0.1 | ||
``` | ||
2.- In main.js file | ||
``` | ||
import MpTemplatesPlugin from 'vue-ckeditor-custom'; | ||
```javascript | ||
import CkEditorCustom from 'vue-ckeditor-custom'; | ||
import CKEditor from '@ckeditor/ckeditor5-vue' | ||
import '../node_modules/vue-ckeditor-custom/dist/style.css'; | ||
... | ||
aoo.use(CKEditor); | ||
app.use(MpTemplatesPlugin, { | ||
//Si su proyecto no usa los servicios de primevue true | false | ||
useServices: true, | ||
//Si su proyecto no usa las directivas de primevue true | false | ||
addDirectives: true, | ||
//Si su proyecto no usa los componentes de primevue true | false | ||
addPrimeVueComponents: true, | ||
}); | ||
app.use(CKEditor); | ||
app.use(CkEditorCustom); | ||
``` | ||
## Publicar en npm | ||
- cambiar version | ||
```terminal | ||
#cambiar version | ||
- npm run build | ||
npm login | ||
- npm login | ||
npm publish | ||
``` | ||
- npm publish | ||
## Componentes | ||
@@ -39,0 +31,0 @@ - CKEditorCustom |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12083
67