I'm new to IA Writer, and I'm wanting to use it to draft posts for my Vuepress site. - Source: Reddit / about 2 months ago
VitePress is listed in the documents as VuePress' little brother, and it is built on top of Vite. For those that don't know Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects so it might sense to pair it with a static site generator such as VitePress. One of the original problems with VuePress was that it was a Webpack app and it took a lot of time to spin... - Source: dev.to / 3 months ago
Definitely check out Vuepress for smaller static sites. We use it to publish our tutorials. - Source: Reddit / 4 months ago
Trying to help build a design system at work in my spare time; no clue if it will go anywhere but it’s fun regardless. I asked the Elm Slack group what the equivalent of React Storybook. Specifically, I wanted a way to build a documentation website like Vuepress with the ability to host native Elm code to showcase components. They pointed me to Elm Book. While Elm Book has built-in theming capabilities, I needed... - Source: dev.to / 4 months ago
Vuepress is a minimalistic static site generator with a Vue-powered theming system and a default theme that has been optimized for writing technical documentation. - Source: dev.to / 4 months ago
You can use auto-import or Vue-Press. You can reference my-project using the auto-import plugin. - Source: Reddit / 4 months ago
A few popular examples of static site generators include Hugo, Jekyll, and VuePress. - Source: Reddit / 9 months ago
Documentation site was based on https://vuepress.vuejs.org/ but it evolved so much I dropped Vue all together and wen't with plain HTML instead. I must have left that meta tag from the early days. Regarding Vue I use it daily at my job, great library :). - Source: Hacker News / 10 months ago
In this article, I'll give several examples of sites I've created using Vue and VuePress, a popular way to build static sites with Vue. I'll also walk through a game engine we created in VuePress that you can deploy as a SWA, and touch on the use of Vite.js, a lightning-fast toolkit you can use to build all types of applications, built by the masterminds behind the Vue.js projects. - Source: dev.to / 10 months ago
Just kidding, although using both I still prefer React over Vue fwiw. There totally is, look at VuePress as it’s essentially the same thing, but for Vue obviously. - Source: Reddit / 12 months ago
Four years after creating VuePress, Evan You came back with a new SSG, VitePress. “VitePress is VuePress’ little brother, built on top of Vite.”. - Source: dev.to / about 1 year ago
The first thing we need to do is create a new VuePress project. It's really easy with the latest version of npm or yarn. From the VuePress docs. - Source: dev.to / about 1 year ago
Https://vuepress.vuejs.org/ to turn markdown into a static site and https://www.diagrams.net/ or https://mermaid-js.github.io/mermaid/#/ for diagrams. - Source: Reddit / over 1 year ago
We use https://vuepress.vuejs.org/ which takes Markdown and turns it into .html pages - so long as they have the git repository locally then they can either look at the Markdown itself or spin up the local dev environment for it. - Source: Reddit / over 1 year ago
We (Handsontable) now use VuePress[1] for our docs[2] and we are very happy with it. The best feature for us is the ease of customization. Our challenge right now is to get a better code snippet runner, but that's beyond the scope of your regular documentation management tool, I suppose. [1] https://vuepress.vuejs.org/. - Source: Hacker News / over 1 year ago
Using VuePress to organize and include interactive elements. Currently the site is built on GitHub and deployed to Netlify. - Source: dev.to / over 1 year ago
Thank you 😁 The documentation is created with the VuePress library, though I am planning to move to VitePress. Documentation is written in markdown and then transpiled to a nice webpage. Take a look at the repository containing documentation. - Source: Reddit / over 1 year ago
Https://pipedream.com/docs is managed with VuePress and deployed to Vercel. Docs are mostly written as Markdown, but VuePress lets us write custom Vue.js components when we need it. Anyone can edit our docs on GitHub. - Source: dev.to / over 1 year ago
VuePress is a Vue-powered Static Site Generator. Try it using the guide below and start writing in markdown. Plain and simple! - Source: Reddit / over 1 year ago
What's good about Hugo is really fast build times, previously I used both hexo.io and https://vuepress.vuejs.org/ but while vuepress is nice to start with it's nearly impossible to finish the website due to lack of features. Hexo is also nice but their templating language is not always intuitive (my hexo based website: https://webhookrelay.com/). - Source: Reddit / over 1 year ago
And of course, how can it be without documentation, I took the first thing that came to hand - this is Vuepress. - Source: dev.to / over 1 year ago
Do you know an article comparing VuePress to other products?
Suggest a link to a post with product alternatives.