Rich text editor component for Vue.js Quick start Direct script include Using ES6 modules Using component locally Using CKEditor from source Configuring vue.config.js Using th...
Multiple Vue apps support Client SSR vmid support Multiple Vue apps support VueMeta includes basic support for using multiple Vue-apps which each adds their own metaInfo pro...
Packaging Vue Components for npm Base Example Can’t I Just Share .vue Files Directly? Packaging Components for npm How does npm know which version to serve to a browser/build pro...
The vue.config property The vue.config property A config object for Vue.config Type: Object Default: { silent: !isDev, performance: isDev } The vue.config property provid...
Migrating from Vue 2 Breaking Changes new Router becomes createRouter New history option to replace mode Moved the base option Removed * (star or catch all) routes Replaced...
How to cache Vue components? Usage Don’t forget, that How to cache Vue components? Although Vue’s SSR is quite fast, it can’t match the performance of pure string-based temp...