0.9.4 • Published 2 years ago

chafan-vue-editors v0.9.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Chafan Vue Editors

Node.js CI

Use in Vue project

npm add chafan-vue-editors --save
# or
yarn add chafan-vue-editors

Then before your new Vue(...):

import ChafanVueEditors from 'chafan-vue-editors';

Vue.use(ChafanVueEditors);

You can also import component individually rather than registering globally:

import { Tiptap } from 'chafan-vue-editors';

Remember to import other CSS and JavaScripts:

import 'tippy.js/dist/tippy.css';
import 'highlight.js/styles/github.css';
<script
  defer
  src="//cdn.jsdelivr.net/npm/@chafan/vditor@3.8.8-chafan.2/dist/js/lute/lute.min.js"
></script>
...
<!-- See public/index.html -->

Use in HTML directly from CDN

See docs/index.html for an example.

NOTE: Select the newest version from https://www.jsdelivr.com/package/npm/chafan-vue-editors?path=dist

Development

Update src/lib-components/index.ts and chafan-vue-editors.d.ts after adding a new component to src/lib-components/.

Run yarn run build to generate the redistributable versions.

Run yarn run serve to launch a preview server locally.

Run npm publish --access=public to release.

Update third-party dependencies

0.9.4

2 years ago

0.9.3

2 years ago

0.9.2

2 years ago

0.9.1

2 years ago

0.8.4

2 years ago

0.9.0

2 years ago

0.8.3

2 years ago

0.8.2

3 years ago

0.8.1

3 years ago

0.7.12

3 years ago

0.8.0

3 years ago

0.7.11

3 years ago

0.7.10

3 years ago

0.7.9

3 years ago

0.7.6

3 years ago

0.7.5

3 years ago

0.7.8

3 years ago

0.7.7

3 years ago

0.7.2

3 years ago

0.7.1

3 years ago

0.7.4

3 years ago

0.7.3

3 years ago

0.7.0

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.3

3 years ago

0.4.4

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.5.2

3 years ago

0.4.3

3 years ago

0.5.1

3 years ago

0.4.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago