From 42620f3cda4af8131a4d8a4584f02b3713825943 Mon Sep 17 00:00:00 2001 From: wangyuye Date: Wed, 16 Jun 2021 15:32:40 +0800 Subject: [PATCH] fix: readme --- README.md | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index f876eb3..123eb2e 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,6 @@ -# vite-vue2-demo2 +# vite-vue2-demo -## Project setup -``` -yarn install -``` +### 借助vite-plugin-vue2实现vue2工程的vite开发接入 -### Compiles and hot-reloads for development -``` -yarn serve -``` - -### Compiles and minifies for production -``` -yarn build -``` - -### Lints and fixes files -``` -yarn lint -``` - -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/). +### 改造流程 +[vite+vue2 go~](https://www.yuque.com/xiaoye-urxn3/lcz002/atz26k)