# bc-data **Repository Path**: gankai/bc-data ## Basic Information - **Project Name**: bc-data - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-11 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # whatech-bc-data-h5 ## 项目地址:http://gankai.gitee.io/bc-data/#/index ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn run serve ``` ### Compiles and minifies for production ``` yarn run build ``` ### Run your tests ``` yarn run test ``` ### Lints and fixes files ``` yarn run lint ``` ``` npm install -g commitizen ``` ``` yarn add cz-conventional-changelog -D ``` ``` "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } ``` **changelog** ``` yarn add conventional-changelog-cli -D ``` ``` "scripts": { "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md" }, ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).