Management System for Tiny Hippo
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm testmaster稳定分支dev开发分支,2108/06/26 投入使用,并且是主要分支features/xxx个人分支,2108/06/26 之后弃用
如果要新增分支,请先讨论,我们尽量保持分支少,并且没有耦合。然后一个功能开发结束之后合并到 dev 分支,之后有新功能再引一条新分支出来