change react example to vite

This commit is contained in:
Rene Haas
2022-11-25 11:04:05 +01:00
parent 3b6843efde
commit 4c4d0ae7d7
17 changed files with 964 additions and 27068 deletions
+1 -1
View File
@@ -79,7 +79,7 @@
"build:ngx": "npm run build --workspace=overlayscrollbars-ngx",
"build:svelte": "npm run build --workspace=overlayscrollbars-svelte",
"build:solid": "npm run build --workspace=overlayscrollbars-solid",
"example:react": "npm run build:react && cd examples/react && npm i && npm run start",
"example:react": "npm run build:react && cd examples/react && npm i && npm run dev",
"example:vue": "npm run build:vue && cd examples/vue && npm i && npm run dev",
"example:ngx": "npm run build:ngx && cd examples/angular && npm i && npm run start",
"example:svelte": "npm run build:svelte && cd examples/svelte && npm i && npm run dev",