@vuepress/core
APIs
dev(sourceDir, options)
build(sourceDir, options)
eject(targetDir)
1.0.0-alpha.26 (2018-12-02)
Bug Fixes
- $core: changing
frontmatter
always took a long time to refresh page (68add19) @ulivz
- From now on
AppContext
has become a singleton
.
Features
- $cli: allow unknown options in dev and build command (0ecd099) @ulivz
- $core: debug to see performance (0876491) @ulivz
- Using
--developer
flag to see the performance for 1st dev and build. note that --developer
flag is a separate flag which doesn't have log level.
- $core: support Vue SFCs as source files (dfb0bba) @ulivz
- Note that when Vue SFCs are source files, VuePress will treat them as
layout components
directly.
<a name="1.0.0-alpha.25"></a>