Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 476 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 476 Bytes
  • Fork the repository
  • Clone it on your PC
  • npm install or yarn install
  • Make changes, commit and open a PR

Notes

  • Please don't use jQuery or jQuery based plugins since there are many pure Vue alternatives
  • Write unit tests for your custom components. See fgInput.spec and paper-table.spec

For detailed explanation on how things work, checkout the guide and docs for vue-loader.