Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alibaba/plover
专注于模块化的NodeJs Web框架
https://github.com/alibaba/plover
koa nodejs webframework
Last synced: 14 days ago
JSON representation
专注于模块化的NodeJs Web框架
- Host: GitHub
- URL: https://github.com/alibaba/plover
- Owner: alibaba
- License: apache-2.0
- Created: 2016-04-12T10:37:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T15:10:51.000Z (over 4 years ago)
- Last Synced: 2024-10-14T02:03:02.127Z (about 1 month ago)
- Topics: koa, nodejs, webframework
- Language: JavaScript
- Homepage:
- Size: 575 KB
- Stars: 255
- Watchers: 35
- Forks: 68
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Plover - 专注于模块化的NodeJs Web框架
====[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]Plover是一个专注于 **模块化方式构建web应用** 的NodeJs MVC web框架。不同于其它web框架,它提供完整的应用和模块化模型可以让复杂的业务功能可以方便地抽象成多个模块的方式进行独立开发,让应用可以像搭积目的方式拼装模块而成。
Plover基于[koa](http://koajs.com)构建,它可以很方便地独立部署或者集成到其他koa的应用一起部署。
Plover专注于 **模块化** ,为 **快速构建web应用** 提供最佳方案 。
## 参与贡献
欢迎以[Issue](https://github.com/alibaba/plover/issues)或[PullRequest](https://github.com/alibaba/plover/pulls)的方式参于共建。
提交代码前请确保通过**eslint**和**单元测试**
关于commit规范请参考[Angular Commit规范](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit-message-format)
关于lint规范请参考[eslint-config-bce](https://github.com/bencode/eslint-config-bce/blob/master/.eslintrc)## 相关资源
- [开发文档](https://github.com/ploverjs/guides)
- [examples](https://github.com/ploverjs/examples)
- [ploverjs](https://github.com/ploverjs)[npm-image]: https://img.shields.io/npm/v/ploverx.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/ploverx
[travis-image]: https://img.shields.io/travis/alibaba/plover/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/alibaba/plover
[coveralls-image]: https://img.shields.io/codecov/c/github/alibaba/plover.svg?style=flat-square
[coveralls-url]: https://codecov.io/github/alibaba/plover?branch=master