yattoz / calvinball-website

A static website for calvinball built with Hugo
https://www.calvinballconsortium.fr
MIT License
0 stars 0 forks source link

Migrate to VuePress 2 with Vue 3 #15

Closed yattoz closed 2 years ago

yattoz commented 2 years ago

Vuepress2 with Vue3 support is allegedly much faster than its previous counterpart. Plus it also support Vite instead of Webpack for packing, which may also accelerate deployment too. But components must be re-written in Vue3 (or import Vue3 compatibility layer, but I'm afraid of what weird stuff it will do or if it will bring any speed up at all ; worth a try maybe)

Check simulcastfr for Vue3 components examples

Check if vuepress-theme-yuu has a Vuepress2/Vue3 implementation Check if vuepress-plugin-seo has a Vuepress2/Vue3 implementation Or migrate to vuepress-theme-hope that has a fuckton of features

yattoz commented 2 years ago

up I put it on Urgent because it will show whether I should continue using Vuepress or ditch it for something way faster.

yattoz commented 2 years ago

Won't migrate to vuepress 2, going the hugo way instead. WAAAAAAY faster.