Zulko / eagle.js

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

Update all docs on the usage of pug #66

Open yaodingyd opened 5 years ago

yaodingyd commented 5 years ago

Eagle.js doesn't depend on pug and it is discouraging for some people are under the impression that eagle.js does.

atorscho commented 5 years ago

Other than that, people who don't use Pug have some troubles reading the documentation. No need to force it.

ghost commented 4 years ago

I also would like to know, how you use the mixins in there?

yaodingyd commented 4 years ago

@johnyscrazy This is already fully documented, as it's how eagle.js works

Arteneko commented 4 years ago

It would be nice to not have pug as default, or at least a setup killswitch to not have it.

llorllale commented 4 years ago

Eagle.js doesn't depend on pug and it is discouraging for some people are under the impression that eagle.js does.

I was not able to run a basic hello world without installing it as a devDependency

yaodingyd commented 4 years ago

@llorllale can you link me to a repo of your setup?