# bee **Repository Path**: mirrors_fis-components/bee ## Basic Information - **Project Name**: bee - **Description**: Fork from https://github.com/CFETeam/bee.js.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bee.js [![npm version](https://badge.fury.io/js/beejs.svg)](http://badge.fury.io/js/beejs) 轻量级 MVVM 库. [![Sauce Test Status](https://saucelabs.com/browser-matrix/ckr189.svg)](https://travis-ci.org/CFETeam/bee.js) 特性 --- - [x] 自定义标签 - [x] 数据绑定 - [x] 轻量级 `MIN + GZIP` 后 `12K` ```javascript new Bee ``` 文档 --- - [教程](http://justan.github.io/beejs-tutor) - [API](./docs/api.md) 给开发者 --- ### 依赖安装: ``` npm install gulp -g npm install ``` ### 构建: ``` gulp build ``` 或者直接使用: `gulp`