Skip to content

Latest commit

 

History

History
executable file
·
23 lines (20 loc) · 680 Bytes

README.md

File metadata and controls

executable file
·
23 lines (20 loc) · 680 Bytes

vue template(typescript)

command

  • yarn install dependencies
  • yarn dev run development
  • yarn build build production js bundle
  • yarn run lint lint your code by standard

ps

this template had lint your commit info

  • `build``:change build config (webpack babel post-css ...)
  • ci:ci progress config (travis,jenkins,gitLab ci,circle ...)
  • docs:update docs
  • feat:add feature
  • fix:fixed bug
  • perf: optimization
  • refactor:refactor component
  • style:code style
  • test:add test case or update test case
  • revert:revert commit
  • chore:not ⬆️
  • example git commit -m "fix: fix login type and user info display type"