Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-ckeditor-custom

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-ckeditor-custom - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc