diff --git a/docs/utils/index.md b/docs/utils/index.md index 949dea5..89a6211 100644 --- a/docs/utils/index.md +++ b/docs/utils/index.md @@ -6,6 +6,7 @@ The [vue-utils](https://github.com/viur-framework/vi-vue-utils) serve as an inte - Login screen for Vue.js applications with a ViUR backend. - Auto rendering of so called ViUR backend skeletons in a Vue.js application. +[## Tips and tricks for your individual bones](./tips.md) ## HTTP Requests @@ -36,9 +37,11 @@ destroyStore(userList) ``` ## Login Screen + coming soon... ## Bone rendering + ::: code-group ```js:line-numbers [main.js] @@ -131,4 +134,27 @@ export default { ``` -::: \ No newline at end of file + +::: + +## Error: textbone --- ckeditor has no default export + +only if you use only JS and not TS + +in vite.config.mjs add the following code + +before build-Object: + +```js +optimizeDeps: { + include: ['@viur/ckeditor5-build-classic'], +}, +``` + +in Build-Object add after rollupOptions + +```js +commonjsOptions: { + include: ['@viur/ckeditor5-build-classic'], +} +```` diff --git a/docs/utils/tips.md b/docs/utils/tips.md new file mode 100644 index 0000000..e69de29