Skip to content

wisemen-digital/vue-playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Vue Playbook

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.

How can I help?

  1. Clone the repo
  2. Create a new branch
  3. Make your changes
  4. Create a pull request
  5. Wait for review
  6. Profit

Commands

Running the project locally

pnpm run dev

Linting

The application uses eslint. The configuration is in .eslintrc.js.

Run pnpm run lint to lint the code. It will automatically fix linting issues.

Contributors 9