Our pure JavaScript Scheduler component


Post by melazhadi »

hello community,

I can't integrate scheduler to my project vue cli webpack
there is someone who can help me please!!!

Post by mats »

Please always provide context. We can't help you without some info: Please read this: viewtopic.php?f=44&t=10729

Post by melazhadi »

I followed the steps for integration in my project but still it does not work
https://www.bryntum.com/docs/scheduler/ ... ion/vue.md

Post by didot »

Hello melazhadi ,

i found same issue .

import {Scheduler} from '../assets/scheduler.module.js';

but i dont see file scheduler.module.js in folder assets .

Post by melazhadi »

Hello mats tutorials that I found on your site does not explain how to integrate your component that's my problem

Post by johan.isaksson »

Hi,

Seems something wrong in our release process. The vue-cli demo will be changed to use a npm package to include the scheduler in our next release (next week probably). Until then, you can manually copy the required files from the "/build" directory.

Sorry for the inconvenience!
Best regards,
Johan Isaksson

Post by melazhadi »

hello Johan

thank you for your reply .

while waiting for the next tutorials I will try to copy the directory / build

thank you.<3

Post by melazhadi »

finally I was able to integrate the components
but I have a very small problem how can I change the component to be tasks https://www.bryntum.com/examples/scheduler/tasks/


and for the image of each person or I can change it

Post by didot »

I Already copy from build to assets .

when i run npm run serve

i found error :


> vue-cli@0.1.0 serve C:\xampp\htdocs\bryntum\vue-cli
> vue-cli-service serve

INFO Starting development server...
94% after seal

ERROR Failed to compile with 1 errors 14:49:35
This relative module was not found:

* ../../_shared/images/logo_bryntum_bw.png in ./node_modules/css-loader??ref--6-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--6-oneOf-1-2!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/App.vue?vue&type=style&index=0&lang=css&

Post by johan.isaksson »

Hi,

Glad you got it running! That demo uses custom styling, you have to check its sources and try to adapt it to fit your code/css.
Best regards,
Johan Isaksson

Post Reply