Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 777 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 777 Bytes

wheel-of-fortune

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Screen Shots

screen shot of wheel of fortune screen shot of admin panel

Project Setup

pnpm i
or
npm i

Compile and Hot-Reload for Development

pnpm dev
or
npm run dev

Type-Check, Compile and Minify for Production

pnpm build
or
npm run build

Lint with ESLint

npm run lint