DEV Community

Cover image for  Modern WebApps - Style: Vuetify

Modern WebApps - Style: Vuetify

Thomas Sarmis on May 08, 2019

In (PWA Infrastructure: Vue, Parcel & Workbox) we build a template for single-page, progressive web applications using Vue.js and Workbox. The ...
Collapse
 
sebastiangperez profile image
Sebastiangperez

Yes, i was wondering why pug...

Collapse
 
sarmis profile image
Thomas Sarmis

Let me explain my selection a bit more

  • It is considerably sorter than html and easier to move things around since you need not to worry about closing tags.
  • It does not require any more tooling that what is already used in (parcel automatically installs pug support)
  • It is very easy to convert from/to html if pug is used only for markup and not for data interpolation.