From 1331dd3e2ba29c0a1aa68891600992f01090a71a Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Thu, 5 Sep 2024 14:05:13 +0200 Subject: [PATCH] Volar example (#6) Add an example of TypeScript integration using Volar. --------- Co-authored-by: Johnson Chu --- example/index.html | 2 + example/json.html | 2 + example/scripts/typescript.ts | 264 ++++++++++++++++++++++++++++++++++ example/typescript.html | 34 +++++ package-lock.json | 137 +++++++++++++++++- package.json | 8 +- vite.config.ts | 6 +- 7 files changed, 446 insertions(+), 7 deletions(-) create mode 100644 example/scripts/typescript.ts create mode 100644 example/typescript.html diff --git a/example/index.html b/example/index.html index 8d3c490..5e55567 100644 --- a/example/index.html +++ b/example/index.html @@ -10,7 +10,9 @@