Replies: 16 comments 20 replies
-
What's the target for a stable release? There doesn't seem to be much left outside of the default dark theme in the roadmap features? |
Beta Was this translation helpful? Give feedback.
-
It will be nice if vuepress can create pages from data (you can find a similar function at 11ty) {
"vuepress": {
"Title": "vuepress",
"Description": "A vue-based SSG"
},
"gatsby": {
"Title": "gatsby",
"Description": "A react-based SSG"
} Will create 2 files gatsby.md and vuepress.md with following content ---
title: vuepress
description: A vue-based SSG
--- ---
title: gatsby
description: A react-based SSG
--- |
Beta Was this translation helpful? Give feedback.
-
Just be curious, why use I think changing to |
Beta Was this translation helpful? Give feedback.
-
I was trying this out in a new project and ran into this error (csstree/csstree#162) because of the usage of csso plugin for postcss here: Would it be possible (or more specifically a priority) to fix this on Vuepress' side by using another CSS optimizer or making the plugin opt-in? I know I can tap into the webpack config and remove that plugin but I think that solution is too intrusive. |
Beta Was this translation helpful? Give feedback.
-
The roadmap looks pretty complete to me. What is there left to do before it will leave the beta? |
Beta Was this translation helpful? Give feedback.
-
If you are impatient as I am and want to use it as soon as possible, I used the 2 beta for my open source project and it works great: https://trading-bot.cassandre.tech/ |
Beta Was this translation helpful? Give feedback.
-
I'd like to help pull doc tree from repository this will require other vues, maybe plugins, and a datastore interface (node) theres little doc on how to do these things, how can I help? tdavis0525#gmail.com I dont know what account github has t want to use it as a component of a larger project as the display interface for the content, then bunde it all with docker and add control interfaces |
Beta Was this translation helpful? Give feedback.
-
Is there any plans to upgrade vuepress-community |
Beta Was this translation helpful? Give feedback.
-
Hey, What is messing to release first official version? I want to contribute 🚀 |
Beta Was this translation helpful? Give feedback.
-
Hey is there a way to do "logo" in config.js like in v1? |
Beta Was this translation helpful? Give feedback.
-
Hi @meteorlxy, I am planning to create a documentation site with VuePress v2.0.0. But in March last year I commented that I intended to transfer the project to the community because the Vue.js team is considering replacing VuePress with VitePress. What is the future of VuePress? It is important to know these answers in order to bet on one project or the other. Thank you. Best regards. |
Beta Was this translation helpful? Give feedback.
-
Can somebody tell the approximate date when VuePress v2 or VitePress v1 will be ready for stable release? |
Beta Was this translation helpful? Give feedback.
-
So is it recommend to use https://github.com/vuejs/vitepress instead of vuepress in 2023? |
Beta Was this translation helpful? Give feedback.
-
What about the release date of someone of vite/vue(press) without comparison? |
Beta Was this translation helpful? Give feedback.
-
IMPORTANT
Vue team has decided to focus on VitePress as the main recommended SSG in the long run. So the roadmap has been delayed a lot.
Future of this project:
Alpha Milestone
Features
Documentation
Core features built by Community
Community Themes
Please leave a comment if you want to contribute to ensure that you have no conflicts with other developers.
Beta Was this translation helpful? Give feedback.
All reactions