From 59c4f6632cda916e46f2b1c4da08f63d9f5655a9 Mon Sep 17 00:00:00 2001 From: zjxxxxxxxxx <954270063@qq.com> Date: Tue, 21 Nov 2023 20:24:24 +0800 Subject: [PATCH] chore: update playgrounds --- README.md | 93 +++++-------------------------------------------------- 1 file changed, 7 insertions(+), 86 deletions(-) diff --git a/README.md b/README.md index 88967aa..c0c4d67 100644 --- a/README.md +++ b/README.md @@ -221,89 +221,10 @@ VueSource({ }); ``` -## Playground - - - - - - - - - - - - - - - - - - - - - -
Rollup + Vue2 - - Source - - - - CodeSandbox - - - - StackBlitz - -
Vite + Vue3 - - Source - - - - CodeSandbox - - - - StackBlitz - -
Webpack + Vue3 - - Source - - - - CodeSandbox - - - - StackBlitz - -
+## Playgrounds + +| Source code | Online trial | +| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | +| [Rollup + Vue2](https://github.com/zjxxxxxxxxx/unplugin-vue-source/tree/main/examples/rollup) | [StackBlitz](https://stackblitz.com/github/zjxxxxxxxxx/unplugin-vue-source/tree/main/examples/rollup) | +| [Vite + Vue3](https://github.com/zjxxxxxxxxx/unplugin-vue-source/tree/main/examples/vite) | [StackBlitz](https://stackblitz.com/github/zjxxxxxxxxx/unplugin-vue-source/tree/main/examples/vite) | +| [Webpack + Vue3](https://github.com/zjxxxxxxxxx/unplugin-vue-source/tree/main/examples/webpack) | [StackBlitz](https://stackblitz.com/github/zjxxxxxxxxx/unplugin-vue-source/tree/main/examples/webpack) |