# BizGoblin **Repository Path**: alibaba/BizGoblin ## Basic Information - **Project Name**: BizGoblin - **Description**: 基于F2 React 移动端可视化图表库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-31 - **Last Updated**: 2025-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Document [API](http://bizcharts.net/products/bizGoblin/api/chart) ## Installation #### npm The NPM way is only install by shell: ```shell # latest stable $ npm install goblin-base ``` ### React Version In react version, You mush repare react version greater then **15**, and support **16** certainly. #### npm The NPM way is only install by shell: ```shell # latest stable $ npm install bizgoblin ``` ## Demo To examine the demos in your local build, open to `demo` directory, and execute ```shell $ npm run postinstall $ cd ./demo && npm install $ npm run start ``` and then browse to http://localhost:3000 ## License MIT