This playbook is a collection of best practices, guidelines and tips for frontend development with Vue. It is a living document that will be updated as we learn better ways to build great frontend applications.
- Clone the repo
- Create a new branch
- Make your changes
- Create a pull request
- Wait for review
- Profit
pnpm run devThe application uses eslint. The configuration is in .eslintrc.js.
Run pnpm run lint to lint the code. It will automatically fix linting issues.