
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
@anteriovieira/vue-editor
Advanced tools
A Vue.js Plugin
npm install --save vue-ck-editor
import Vue from 'vue'
import VueCkEditor from 'vue-ck-editor'
// You need a specific loader for CSS files like https://github.com/webpack/css-loader
import 'vue-ck-editor/dist/vue-ck-editor.css'
Vue.use(VueCkEditor)
<!-- Include after Vue -->
<!-- Local files -->
<link rel="stylesheet" href="vue-ck-editor/dist/vue-ck-editor.css"></link>
<script src="vue-ck-editor/dist/vue-ck-editor.js"></script>
<!-- From CDN -->
<link rel="stylesheet" href="https://unpkg.com/vue-ck-editor/dist/vue-ck-editor.css"></link>
<script src="https://unpkg.com/vue-ck-editor"></script>
npm run dev
npm run dev:coverage
Bundle the js and css of to the dist
folder:
npm run build
The prepublish
hook will ensure dist files are created before publishing. This
way you don't need to commit them in your repository.
# Bump the version first
# It'll also commit it and create a tag
npm version
# Push the bumped package and tags
git push --follow-tags
# Ship it 🚀
npm publish
FAQs
A Vue.js Plugin
We found that @anteriovieira/vue-editor 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
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.