# jy-docs 剑鱼文库 ### GIT Flow ``` --- master 正式发布分支触发自动构建并邮件 ``` ## 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 ```