Socket
Socket
Sign inDemoInstall

@vuepress/theme-default

Package Overview
Dependencies
Maintainers
1
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/theme-default - npm Package Versions

1
2122

1.0.0-alpha.1

Diff

Changelog

Source

1.0.0-alpha.1 (2018-09-27)

Features

  • Plugin API

  • Refined Theme API

    • From now on, the theme will no longer use Layout.vue as the entry point, but you can have your own configuration. For example, a theme can have some built-in plugins.
    • Documentation
  • Permalinks

    • From now on, VuePress supports custom routing in addition to the default file-level-based routing.
    • Documentation
  • Markdown slots

  • Free to add new pages

    • You can add new pages with content (i.e. pointing to markdown files) or no content (i.e. common routes).
    • Documentation
  • Custom temp path

    • The running of VuePress actually depends on some temporary files generated during the build time. Before that, its default location is in node_modules, but now you can start configuring it, but don't forget to add it to gitignore.
      vuepress dev docs --temp .temp # .temp is relative to process.cwd().
      
  • Custom temp path

    • In the past, custom layouts were actually implemented by default theme, for now it's moved to core.
  • Configurable dev and ssr template

Internal Changes

<a name="0.14.5"></a>

ulivz
published 1.0.0-alpha.0 •

1
2122
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc