# fe-lib **Repository Path**: celeseajava_group/fe-lib ## Basic Information - **Project Name**: fe-lib - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fe-lib fe-boilerplate项目的附属子项目,为通用类库项目。 编译后,提供commonjs、umd和es三种模块话代码。 ## setup ``` $ yarn ``` ## commands ``` $ npm run build --编译代码 $ npm test --单元测试 $ npm run lint -- eslint检查 $ npm run docs -- 生成文档 ```