Commit Graph
11 Commits
Author SHA1 Message Date
ULIVZ 4464185635 feat: set up @vuepress/plugin-less
Note that it would be better to transform  @vuepress/plugin-less as a 3rd plugin so we don't need to install deps at our repo.
2018-08-21 00:27:26 +08:00
ULIVZ 5e46295030 feat: set up @vuepress/plugin-sass
Note that it would be better to transform  @vuepress/plugin-sass as a 3rd plugin so we don't need to install deps at our repo.
2018-08-21 00:25:39 +08:00
ULIVZ 17cd87d2b7 feat: set up @vuepress/plugin-stylus 2018-08-20 23:39:45 +08:00
ULIVZ 8f89eef61b refacotr($core): separate createCSSRule from core to shared-utils 2018-08-20 23:24:28 +08:00
ULIVZ 7239daf1e8 fix: dev server hot relead failed - correct siteDate path 2018-08-17 18:06:34 +08:00
ULIVZ 86c8dbf4a5 feat: move 'writeTemp' to shared utility and support config temp path 2018-08-17 17:43:25 +08:00
ULIVZ d3e2d09561 fix: yarn buiild failed.
1. This is caused by asynchronous page components cannot be resolved during server side rendering. revert to register async components at router's "beforeEnter" hook instead.

  ref: https://ssr.vuejs.org/guide/structure.html#source-code-structure

2. Rename 'filepath' to 'filePath'.
2018-08-17 03:02:38 +08:00
ULIVZ d74615dc06 feat: init "@vuepress/plugin-pwa" 2018-08-16 03:04:15 +08:00
ULIVZ 397d01a5c3 feat: init @vuepress/plugin-google-analytics 2018-08-12 14:46:37 +08:00
ULIVZ e2a784d716 refactor: Extract default-theme-only webpack aliases 2018-08-10 15:43:12 +08:00
ULIVZ 7892556201 feat: init monorepo 2018-08-10 12:01:29 +08:00