Tagged in

Vuejs

Poi - delightful web development
Poi - delightful web development
Making web app in a delightful way.
More information
Followers
57
Elsewhere
More, on Medium

Build a static HTML website with Poi

> Update: Official docs for this feature: https://poi.js.org/plugins/vue-static.html

Poi can magically turn your Vue single-page application into a static HTML website, i.e. each page of your website is pre-rendered at build time.


Bundle and publish your Vue component like a pro

Update (2017/11/22): We now have library option which makes bundling components even easier.

To make your fantastic .vue component available for everyone who uses webpack, you need to bundle it into a valid CommonJS or…