.. | ||
public | ||
src | ||
.env | ||
env.d.ts | ||
eslint.config.ts | ||
index.html | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
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