VuePress tips for development and productions

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • shiki

    A beautiful yet powerful syntax highlighter

  • [ '@vuepress/plugin-shiki', isProd ? { theme: 'dracula', // see https://github.com/shikijs/shiki/blob/main/docs/themes.md for themes } : false, ],

  • esbuild

    An extremely fast bundler for the web

  • Vite is much faster than Webpack when it comes to bundling packages, as it uses esbuild to pre-bundle dependencies, and serves source code over native ESM. However, Vite cannot bundle code for older browsers (e.g. non ESM code). Webpack, on the other hand, can accomplish that, but is slower in bundling. Even its HMR can be quite slow when your project is humongous. However, the question now is how do I accomplish it? In fact, it's quite easy. Open your config.js (or config.ts). You should see something like the following:

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts