573 B
573 B
rumor-party-line-client
This is the client for the Rumor Party Line project. It's a simple Vue 3 app that uses Vite as a build tool and Pinia for state management.
Recommended IDE Setup
WebStorm. It's the best. I don't care what you say. It's THE best.
Project Setup
npm install
Compile and Hot-Reload for Development
npm start
Type-Check, Compile and Minify for Production
Note: The output folder is inside the server/static folder.
npm run build
Lint with ESLint
npm run lint