Gathering detailed insights and metrics for @ckeditor/ckeditor5-vue
Gathering detailed insights and metrics for @ckeditor/ckeditor5-vue
Gathering detailed insights and metrics for @ckeditor/ckeditor5-vue
Gathering detailed insights and metrics for @ckeditor/ckeditor5-vue
npm install @ckeditor/ckeditor5-vue
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
361 Stars
446 Commits
77 Forks
18 Watching
1 Branches
54 Contributors
Updated on 28 Nov 2024
Minified
Minified + Gzipped
TypeScript (67.69%)
JavaScript (18.55%)
Vue (12.29%)
HTML (1.04%)
Shell (0.43%)
Cumulative downloads
Total Downloads
Last day
-1.8%
8,832
Compared to previous day
Last week
6.1%
47,246
Compared to previous week
Last month
8%
194,632
Compared to previous month
Last year
64.4%
1,896,430
Compared to previous year
2
⚠️ This repository contains the CKEditor 5 component for Vue.js 3+
. The component for lower Vue.js versions is located in another repository - @ckeditor/ckeditor5-vue2.
Official CKEditor 5 rich text editor component for Vue.js.
See the "Rich text editor component for Vue.js" guide in the CKEditor 5 documentation to learn more:
After cloning this repository, install necessary dependencies:
1npm install
You can also use Yarn.
To manually test the editor integration, you can start the development server using one of the commands below:
1npm run dev
To test the editor integration against a set of automated tests, run the following command:
1npm run test
If you want to run the tests in watch mode, use the following command:
1npm run test:watch
To build the package that is ready to publish, use the following command:
1npm run build
CircleCI automates the release process and can release both channels: stable (X.Y.Z
) and pre-releases (X.Y.Z-alpha.X
, etc.).
Before you start, you need to prepare the changelog entries.
#master
branch is up-to-date: git fetch && git checkout master && git pull
.git checkout -b release-[YYYYMMDD]
where YYYYMMDD
is the current day.yarn run changelog --branch release-[YYYYMMDD] [--from [GIT_TAG]]
.
By default, the changelog generator uses the latest published tag as a starting point for collecting commits to process.
The --from
modifier option allows overriding the default behavior. It is required when preparing the changelog entries for the next stable release while the previous one was marked as a prerelease, e.g., @alpha
.
Example: Let's assume that the v40.5.0-alpha.0
tag is our latest and that we want to release it on a stable channel. The --from
modifier should be equal to --from v40.4.0
.
This task checks what changed in each package and bumps the version accordingly. It won't create a new changelog entry if nothing changes at all. If changes were irrelevant (e.g., only dependencies), it would make an "internal changes" entry.
Scan the logs printed by the tool to search for errors (incorrect changelog entries). Incorrect entries (e.g., ones without the type) should be addressed. You may need to create entries for them manually. This is done directly in CHANGELOG.md (in the root directory). Make sure to verify the proposed version after you modify the changelog.
#master
branch.@ckeditor/ckeditor-5-devops
team to review the pull request and trigger the release process.Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
SAST tool is run on all commits
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
license file detected
Details
Reason
Found 10/12 approved changesets -- score normalized to 8
Reason
3 existing vulnerabilities detected
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More