Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
14 lines (11 loc) · 916 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
14 lines (11 loc) · 916 Bytes

Contributing

This project should people give an introduction into single page-applications. Furthermore, it should be a reference book for all kinds of features from Sails.js and Vue.js. If you think an important feature is missing, I'm happy about a contribution. Just make sure you fulfill the following points.

  • Use JavaScript Standard Style
  • Watch for a clean and readable code style. More here
  • Avoid JavaScript before ES6 wherever possible
  • Run tests with npm run test against Vue.js and Sails.js before commiting
  • Add appropriate tests when adding new features
  • Ideally run npm run build if you change Vue.js related things

For Vue.js frontend tasks, consult the Vue.js Component Style Guide.