wails-vite-vue-ts icon indicating copy to clipboard operation
wails-vite-vue-ts copied to clipboard

Does not work properly

Open xjjrocker opened this issue 2 years ago • 1 comments

Follow the steps in order: 1、wails init -n myWailsVueTs -t https://github.com/codydbentley/wails-vite-vue-ts 2、cd myWailsVueTs 3、wails dev Then the following error is displayed:

ERROR: 
main.go:13:12: pattern frontend/dist: cannot embed directory frontend/dist: contains no embeddable files

exit status 1

xjjrocker avatar Mar 21 '22 06:03 xjjrocker

cd frontend npm run dev

new tab

wails dev it is work

PungYoung avatar Apr 16 '22 06:04 PungYoung