cofoundry-cms / Cofoundry.Plugins.Vimeo

Cofoundry plugin that adds integration with the Vimeo video service.
MIT License
1 stars 0 forks source link

Documentation to build plugin. #7

Open kenan-kajkus opened 3 years ago

kenan-kajkus commented 3 years ago

There is no dokumentation on how to build this on your own.

HeyJoel commented 3 years ago

Do you mean how to install it? To install it just add the NuGet package to your project, the plugin will automatically get picked up, see plugin installation in the main Cofoundry docs.

There is no additional configuration for this plugin.

kenan-kajkus commented 3 years ago

I mean if I am going to modify this plugin how can I rebuild it. I am trying to build a Plugin based on this one.

HeyJoel commented 3 years ago

I assume you're referring to the JavaScript build? Sorry there's no documentation for the admin build yet as it's not currently in a state that I can activitly support, however I would point you to the gulp script here:

src\Cofoundry.Plugins.Vimeo.Admin\Plugins\Admin\Build

There's two main gulp tasks for watch and build.

kenan-kajkus commented 3 years ago

Hi thank you very much. I was able to create my own plugin and build it. Once I have accomplished it, it is very easy. Maybe I can help with the documentation since I have cracked it.

HeyJoel commented 3 years ago

Good to hear! Anything you can add to this issue would help others trying to do the same thing and would be much appreciated.

In terms of official docs, I hope to rebuild the admin panel in a more up-to-date stack in the not too distant future, so I'm not too keen to kick-start a quite extensive documentation job, only to have to re-write it further down the line.

kenan-kajkus commented 3 years ago

Do you have any breaking changes in mind?

HeyJoel commented 3 years ago

We won't be using a different js framework for sure, so yes, but generally we'll try and keep the component structure similar, particularly all the forms and inputs etc.