vue-dashboard

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Commit时备注

  • 增加从未有过的功能,即新增功能性提交:<feat>: +提交说明
  • 不改变功能,即新增非功能性提交: <refactor>: +提交说明
  • 优化之前的代码,即更新功能性提交: <update>: +提交说明
  • 提交说明可以使用中文