Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 569 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 569 Bytes

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