@vuepress/core
APIs
dev(sourceDir, options)
build(sourceDir, options)
eject(targetDir)
1.0.0-alpha.49 (2019-06-03)
Bug Fixes
- $core: cannot load theme with shortcut. (7eed1f4) @ulivz
- $core: cannot retrieve the correct theme name when them path is a local absolute path linked to a javascript file. (50f64b4) @ulivz
Features
- $core: global variable "VUEPRESS" to store runtime key infos (bd0bdf9) @ulivz
- $core: safer class name of content outlet (7d0542e) @ulivz
- $theme-default: using '.theme-default-content' to replace '.content' in
<Content />
outlet. (85ff630) @ulivz
<a name="1.0.0-alpha.48"></a>