agmmnn / tauri-ui

🦀 Create modern Tauri desktop apps in just a few simple steps with shadcn/ui. React, Next.js, Sveltekit.
https://npmjs.com/package/create-tauri-ui
MIT License
1.3k stars 80 forks source link

where does the endpoint showing in gif exist #12

Open wanghaisheng opened 1 year ago

wanghaisheng commented 1 year ago

tauri-ui

as you can see , I can not click any of the element in this dashboard ,it seems freezing

but in the browser mode it seems works but still no endpoint like. examples/dashboard examples/cards

20231011-185934

wanghaisheng commented 1 year ago

if I create a new one ,the freezing problem gone

(base) wenke@wenkedeMac-mini templates % pnpm create tauri-ui my-tauri-app --template vite

 WARN  GET https://registry.npmjs.org/sisteransi error (ECONNRESET). Will retry in 10 seconds. 2 retries left. .../Library/pnpm/store/v3/tmp/dlx-20381 | +6 + .../Library/pnpm/store/v3/tmp/dlx-20381 | Progress: resolved 6, reused 4, downloaded 2, added 6, done ✔ Select a framework: › ⚡Vite + SvelteKit ✔ Target operating systems for the Tauri Github Action › Windows (x64), macOS (x64), Linux (x64)

Scaffolding project in /Users/wenke/github/tiktoka-studio-app-tauri-ui/templates/my-tauri-app

Done. Now run: cd my-tauri-app pnpm i pnpm tauri dev

(base) wenke@wenkedeMac-mini templates % cd my-tauri-app (base) wenke@wenkedeMac-mini my-tauri-app % pnpm i