使用VuePress建立部落格。有了靜態網站生成器,建立自己的部落格其實很簡單,如果你會寫Vue,VuePress是個很好的選擇,即便你沒用過Vue,你也可以直接套用開箱及用的主題。
使用VuePress建立部落格。有了靜態網站生成器,建立自己的部落格其實很簡單,如果你會寫Vue,VuePress是個很好的選擇,即便你沒用過Vue,你也可以直接套用開箱及用的主題。
Build a blog with VuePress. With static site generator, it's pretty easy to build your own blog. If you're familiar with Vue, VuePress could be a good choice. Even though you've never used vue before, you can still use the out-of-box theme.
我在製作npm package時犯的錯
The dump things I've done when I was building npm packages
插件化是 Vuepress 1.x 的最大改變。這讓我突發奇想,如果我了解了所有plugin api的執行順序以及到底做了什麼,這會是個了解VuePress運作來龍去脈的特別途徑。