From 5396ab8865884d329d9857a667f63b25b2b5061f Mon Sep 17 00:00:00 2001 From: underfin Date: Wed, 9 Sep 2020 09:27:20 +0800 Subject: [PATCH] chore: update doc --- README.MD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.MD b/README.MD index 12bd8e4..eaaad81 100644 --- a/README.MD +++ b/README.MD @@ -1,11 +1,8 @@ # vite-plugin-vue2 -**Current status: experimental** - -You can use it in dev now. ## Usage -- run `yarn add vite-plugin-vue2` +- run `yarn add vite-plugin-vue2 --dev` - add the plugin into `vite.config.js` ``` js // vite.config.js @@ -18,5 +15,6 @@ module.exports = { ## Todo -- Build Src Import handing +- JSX handing - Custom Block +- SSR Build