From 6c3c1490fb0d94a2e98206aa2d67b58da4f2ef35 Mon Sep 17 00:00:00 2001 From: Evan You Date: Sun, 10 May 2020 01:29:35 -0400 Subject: [PATCH] add a note --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5825a07e..35ba4dc6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ > [VuePress](http://vuepress.vuejs.org/)' little brother, built on top of [vite](https://github.com/vuejs/vite) +**Note this is early WIP! Currently the focus is on making Vite stable and feature complete first. It is not recommended to start using this for anything yet.** + ``` bash npm install -D vitepress echo '# Hello VitePress' > index.md @@ -13,8 +15,6 @@ npx vitepress npx vitepress build ``` -Note this is early WIP! The default theme is non-existent, but the basic workflow is there. - ## Customization Configuration can be done via `.vitepress/config.js` (see `src/config.ts`)