Zulko / eagle.js

A hackable slideshow framework built with Vue.js
https://zulko.github.io/eaglejs-demo/
ISC License
4.08k stars 222 forks source link

vue-cli template #7

Closed ghost closed 4 years ago

ghost commented 7 years ago

It'd be nice to have a vue-cli template for this.

elpete commented 7 years ago

I wrote one up here: https://github.com/elpete/eaglejs-template

I'd be happy to transfer it.

You can test it right now with vue init elpete/eaglejs-template my-slideshow

Zulko commented 7 years ago

@elpete looks very cool. I see that initially you had all slideshows, and you simplified to just one slideshow in Home.vue.

I think a middle solution would be to keep the structure of my example slides (in particular because it implements the "slideshow gallery" which is very practical) but keeping only the "my first slideshow" example, as it allows to start writing directly. I think it's a good thing to encourage "one folder per slideshow" in the same project, it makes it easier to reuse and trasfer presentations.

elpete commented 7 years ago

I've made those changes. Let me know what you think. Again, we can keep it under my namespace or transfer it. Either way.

Zulko commented 7 years ago

Cool, thanks. I think I'll create an eagle.js organization to host the library, the cli template, the demo, etc. Would you be interested in becoming a maintainer ?

elpete commented 7 years ago

Sure thing. 😄

angeliski commented 6 years ago

Hey @Zulko , you need help to create the organization? I would be happy to help :)

Zulko commented 6 years ago

No I was just swamped and I wanted to try my hand with organizations on a new project first. Will certainly do the change soon.

yaodingyd commented 4 years ago

added to readme