
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
w-ckeditor-vue
Advanced tools
A wrapper for @ckeditor/ckeditor5-vue.
To view documentation or get support, visit docs.
To view some examples for more understanding, visit examples:
default: ex-default.html [source code]
Note: w-ckeditor-vue is mainly dependent on
@ckeditor/ckeditor5-build-classic
,@ckeditor/ckeditor5-vue
andvue
.
npm i w-ckeditor-vue
By import:
<w-ckeditor-vue
v-model="..."
></w-ckeditor-vue>
import WCkeditorVue from 'w-ckeditor-vue'
Vue.component('w-ckeditor-vue', WCkeditorVue)
Note: umd file includes with
@ckeditor/ckeditor5-vue
, by using tree-shaking for dead-code elimination
[Necessary] Add script for ckeditor.
<script src="https://cdn.jsdelivr.net/npm/@ckeditor/ckeditor5-build-classic@21.0.0/build/ckeditor.js"></script>
[Necessary] Add script for vue.
<script src="https://cdn.jsdelivr.net/npm/vue@2.x/dist/vue.min.js"></script>
[Necessary] Add script for w-ckeditor-vue.
<script src="https://cdn.jsdelivr.net/npm/w-ckeditor-vue@2.0.6/dist/w-ckeditor-vue.umd.js"></script>
Directly use:
<w-ckeditor-vue
v-model="..."
></w-ckeditor-vue>
Vue.component('w-ckeditor-vue', window['w-ckeditor-vue'])
new Vue({
el: '#app',
data: {
content: 'abc中文123'
}
})
FAQs
A wrapper for @ckeditor/ckeditor5-vue.
The npm package w-ckeditor-vue receives a total of 12 weekly downloads. As such, w-ckeditor-vue popularity was classified as not popular.
We found that w-ckeditor-vue demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.