feat: added Vite examples

This PR includes Vite examples, in particular:

Vite: Vanilla Javascript
Vite: Vanilla Tyescript

Also updated the general readme to reflect the addition.
This commit is contained in:
h+
2024-07-28 20:54:57 +02:00
parent b168c34d56
commit 7e9d9d5a95
22 changed files with 886 additions and 1 deletions

24
vite/vanilla-ts/.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?