Commit Graph
29 Commits
Author SHA1 Message Date
ULIVZ 8f43be567f refactor: update code style 2019-02-04 02:02:44 +08:00
ULIVZ c6797dd8cc feat($core): exclude temp dir from being ignored watched 2019-01-30 13:11:57 +08:00
ULIVZ 075f470c65 fix($core): bust cache of extra watching files 2019-01-30 13:10:21 +08:00
ULIVZ 02cc268307 feat($core): extra watching files 2019-01-29 19:30:55 +08:00
Steve YoungandULIVZ 8a234bbabe fix($core): cannot load assets when base is not '/' (close: #1238)(#1239) 2019-01-29 18:02:13 +08:00
ULIVZandGitHub 81e3ef63e3 feat($core): leverage webpack-dev-server and sunset webpack-serve (#1195)
Breaking changes:

- Plugin option`enhanceDevServer` was removed.

New plugin option API:

- beforeDevServer
- afterDevServer
2019-01-28 00:15:33 +08:00
Dmitriy Sharshakov aka. sh7dmandULIVZ 550317e97d feat(core): add --open argument to open browser automatically (close: #1100)(#1109) 2018-12-17 23:57:39 +08:00
ULIVZ 39e967300c fix($core): vuepress dev broken on nodejs v10 and greater (close: #1063) (close: #1064)
Refs:

- https://github.com/nodejs/node/issues/21203
- https://github.com/nodejs/node/commit/cbc3ef64ceaf95ec1d0d1535211ce3a6945407e1
2018-12-03 11:21:50 +08:00
ULIVZandGitHub e570252f0c feat: support debug in dev process (#1051)
'* + Enter' to log the keys of AppContext, while 'key + Enter' is to log the value of corresponding
field in AppContext
2018-11-30 00:14:25 +08:00
ULIVZ df99cb6e4b feat($cli): '--silent' option 2018-11-25 23:36:30 +08:00
ULIVZ 9c613902c2 feat($core): more concise logger 2018-11-25 21:30:59 +08:00
ULIVZ 69117563f1 refactor: tweaks 2018-10-22 00:20:48 +08:00
ULIVZ 8b56f98631 chore: log reason of re-prepare. 2018-10-18 03:24:46 +08:00
ULIVZ 19e73d7ea0 refactor($core): use upath 2018-09-29 02:00:29 +08:00
ULIVZ 53cfc78b8d Merge branch 'master' into next 2018-09-27 01:25:08 +08:00
ULIVZ 53c84b3972 refactor($core): separate markdown and markdown-loader from core 2018-09-27 01:14:51 +08:00
ULIVZ 658ea75961 refactor: unify code style. 2018-09-24 02:02:43 +08:00
ULIVZ 2a4617814e feat($cli): support '--cache' and '--no-cache' flag 2018-09-17 00:19:41 +08:00
ULIVZ 38b3468119 feat($core): config the dev and ssr template. (close: #733) 2018-09-16 23:23:04 +08:00
ULIVZ d708d33123 feat: allow to lanuch multiple apps with isolated context at the same time.
1. Move writeTemp utility from @vuepress/shared-utils to @vuepress/core
2. Support for passing temp path from CLI
3. Create writeTemp dynamically
2018-08-27 17:13:01 +08:00
ULIVZ 11997f0294 chore: normalize prepare API. 2018-08-27 15:44:36 +08:00
ULIVZandGitHub afa71b582b refactor: refine core implementation (#762) 2018-08-24 00:02:33 +08:00
ULIVZ b30fa4fad3 refactor($core): rename 'Plugin' to 'PluginAPI' 2018-08-22 01:00:31 +08:00
ULIVZ ae6b3e924d feat: init @vuepress/shared-utils
Move common utilities to @vuepress/shared-utils
2018-08-17 03:47:39 +08:00
ULIVZ 1fa57f6b4c feat: enhance plugin API - distinguish async and sync execution 2018-08-16 16:34:49 +08:00
ULIVZ bd25781b84 fix: correct prepare usage 2018-08-15 23:28:03 +08:00
ULIVZ 9a50862c26 feat: refine plugin API 2018-08-15 22:34:08 +08:00
ULIVZ 0d7fce7c79 feat: pass plugins and theme via cli 2018-08-12 05:25:35 +08:00
ULIVZ 7892556201 feat: init monorepo 2018-08-10 12:01:29 +08:00