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.
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.
使用VuePress建立部落格。有了靜態網站生成器,建立自己的部落格其實很簡單,如果你會寫Vue,VuePress是個很好的選擇,即便你沒用過Vue,你也可以直接套用開箱及用的主題。
The dump things I've done when I was building npm packages
我在製作npm package時犯的錯
The most important change in VuePress 1.x is Pluggable. It flashed on my mind that if I figure out the execution sequence of all the plugin APIs and what is really executed, maybe it's a special approach to understand the ins and outs of how VuePress works.