Skip to content

F9Uf/lucky-wheel

Repository files navigation

Lucky Wheel

The frontend project for random the member in given list similar with roulette wheel. It built from Vite.js and using Vue3 + Typescript.

Lucky Wheel Preview

Command

  • start dev server
    $ npm run dev
  • build static for production
    $ npm run build
  • check bundle files size
    $ sudo du -sh dist

Netlify Status