Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 657 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 657 Bytes

Agileffy

An ailge note app, which is developed with agile software development method

Development Practice

Please strictly obey the following practice, if you disagree with any of them, please open an issue to discuss

  • Please all of you use VSCode as the development tool, and whenever possible, use *nix as development OS.
  • TechStack: Vue + TypeScript.
  • Use auto formatter (prettier) to format your code, the configuration is put in /.prettierrc.json follow config.
  • warning is not acceptable, it is the same as error, so please respect the default linter carefully.
  • To be continued