Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 875 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 875 Bytes

@mr-hope/vuepress-runtime

This is a forked version from the origin vuepress v1.

Since nobody is maintaining VuePress V1, it has a few known bugs and outdated deps. So here is this runtime for:

  • Update deps to avoid outdated deps and security problems (which means droping Node V10)
  • Bug fixes

Changes

With latest deps:

  • markdown-it V12
  • postcss V8
  • webpack V5
  • ... and so on

Bug fixes:

  • Markdown render issues in old markdown-it versions
  • File watching
  • Broken Media links containing none-ASII characters in markdown
  • ... and so on

Why should you use this intead of staying in V1

  • A lot of people may still need Vue2
  • The original one is having security alerts that can not be fixed
  • Some project may use latest deps like Webpack5, and in that case the original V1 won't work.
  • ...