dobromir-hristov / vuecommunity

Vue.js community and ecosystem guide, written and maintained by the community itself
https://vue-community.org
166 stars 82 forks source link

Add Publii to the list of Static Site Generators based on Vue #165

Open Verhoeckx opened 3 years ago

Verhoeckx commented 3 years ago

Hello Vue developers,

I belief the project Publii is worth mentioning in the list of Static Site Generators based on Vue.

The great thing about Publii is that, it not only is a Static Site Generator, it's also a full-fledged content management system (also based on Vue).

Project name: Publii Official website: https://getpublii.com/ Description: Publii is a Static Site Generator and Content Management System. It's written using Vue, uses JSON-files for its configuration and uses Vue in combination with the template language Handlebars to generate the pages.

dobromir-hristov commented 3 years ago

Hey, thanks for dropping by. I took a brief look and the project looks pretty awesome.

One question though, where does Vue come in here? I guess the UI of the tool is written in Vue, but you dont really use Vue to compose pages, right?

If that is the case, I dont think its right to mention it here. People would expect to be able to use it like Nuxt, to build static websites with the tooling they already use to build Apps.

Verhoeckx commented 3 years ago

Hello Dobromir Hristov,

Yes, you are right: Vue is used for building the cms and for generating the web pages, but the web pages themself are still build with HTML, CSS and JS (and the template language Handlebars is used for inserting the test and images, etc.).

If you believe that Publii doesn't fit on this page then that's okay! I'm just an enthusiastic user of Publlii and came across this web page. Thanks for thinking along!