Description
Hey guys, about the next direction or planning of VuePress, specially set up a "channel" to discuss here.
Above all, we need to make clear that the original intention of VuePress is to write documents to Vue and its sub projects. As mentioned in the document, VuePress is composed of two parts:
- A static site generator
- A vue-styled default theme
If we leave everything to the default theme, then when you decide to develop a new theme, you would repeat many things. so for some of our new features, we should consider whether it is handled in 1
or 2
.
In fact, I expect to complete the development of the core functionality as soon as possible, Only core is STABLE can we focus on migrating the documents and blog theme development (Maybe need to create a separate repo called vuepress-theme-blog
). Of course, the premise is that we have prepared useful enough data and APIs for the beginning of the custom theme.
At present, the core function I think is probably only Algolia DocSearch Integration. If you think there are other deserved suitable core needs, feel free to tell us here.
Regards,
Thanks.
Radmap
- 0.8.0
- Algolia DocSearch Integration.