backbee/bb-core-js
最新稳定版本:v1.3.12
Composer 安装命令:
composer require backbee/bb-core-js
包简介
BackBee JS is the javascript client for backbee/backbee-cms
README 文档
README
Overview
BackBee is an open-source content management system. Because it incorporates HTML5 programming to an unprecedented extent, its usability and design flexibility surpasses all other content management systems that we know of.
All changes in content – adding, deleting or changing text, images or new page elements – can be made directly on the page. Just click and type, or drag and drop. No back office. No shuttling back and forth between the back end and a “preview” page that often fails to match the final page display.
BackBee offers what we like to call WYSIWYRG, What You See Is What You Really Get. And because it automatically saves different page versions, there’s no fear of losing changes along the way. If only everything in life could be this easy and secure.
💬 If you want to have more information about the project progression you can take a look at the actual Roadmap.
Ask for help
💬 If you need help about this project you can post a message on our gitter room
Contributing
Pull requests are welcome.
Please take a look to our CONTRIBUTING.md file
First of all, thank you for contributing, you are awesome!
Here are a few rules to follow in order to ease code reviews, and discussions before maintainers accept and merge your work.
You MUST follow the ECMAScript 5 Standard
You MUST never change a file in dist folder
- You MUST run the test suite.
- You MUST write (or update) unit tests.
- You SHOULD write documentation.
Please, write commit messages that make sense, and rebase your branch before submitting your Pull Request.
One may ask you to squash your commits too. This is used to "clean" your Pull Request before merging it (we don't want commits such as fix tests, fix 2, fix 3, etc.).
Also, while creating your Pull Request on GitHub, you MUST write a description which gives the context and/or explains why you are creating it.
To be sure that the code of your pull request is valid run "grunt test" command.
Workflow
When you create a Pull Request ("PR"), if it's component related you can prefix it by the component name. You can also use plus or minus to describe if you globally add or remove something, and reference it to an issue.
For instance, this is a PR valid label: [Rest] #42 + Updated & completed PageController tests.
When you want to take an issue, create your PR prefixed by a [WIP]("Work in progress") and add a "in progress" label. This way, we know you are working on it and we can give you some advices if needed.
When you have finished your PR, you can update the PR label to replace [WIP] by [RFR]("Ready for review") prefix.
Consider your PR finished if:
- You have written a test with a new feature;
- All tests pass;
- The build is all green;
- You (may) have introduced a little documentation;
- Your PR respects project formatting rules (see above);
Sync a fork
Github dev team has already described the right way to do.
$ git fetch upstream $ git checkout master $ git merge upstream/master
Development environment installation :
Install nodejs and npm
Download the lastest version of selenium (used for functional testing using nightwatch)
http://selenium-release.storage.googleapis.com/index.html
and run it using the following command
$ java -jar selenium-server-standalone-{VERSION}.jar
Install grunt-cli, bower and nightwatch
npm install -g grunt-cli bower nightwatch
Install project dependencies
npm install --save-dev
Download front dependenies
bower install
Test and Build the project :
grunt
Run the functional testing :
Before running the functional testing you need to create a configuration file inside nightwatch/configuration/globals.json (The file globals.json.dist can be used as an example)
grunt nightwatch
Deciders & mergers
BackBee has a core team who have rights on repositories.
- Only mergers can merge your work on master branch;
- If one of the deciders gives a
:-1:on your suggestion, the pull request won't be merged until he changes his mind;
Current mergers are @crouillon and @fkroockmann, current deciders are @eric-chau and @hbaptiste.
All the core team is here to help you if you want to improve BackBee, we love contribution :)
Thank you!
note: this CONTRIBUTING file is proudly inspired from Hateoas' one
Thanks to everyone who has contributed already.
This project is supported by Lp digital
Lead Developer : @crouillon
Released under the GPL3 License
backbee/bb-core-js 适用场景与选型建议
backbee/bb-core-js 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 7.45k 次下载、GitHub Stars 达 26, 最近一次更新时间为 2015 年 03 月 30 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「User management」 「cms」 「bundle」 「content management」 「core」 「No backend CMS」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 backbee/bb-core-js 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 backbee/bb-core-js 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 backbee/bb-core-js 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
GraphQL authentication for your headless Craft CMS applications.
Set Links with a specific language parameter
Supercharged text field validation.
Integrate with Snipcart.
A Silverstripe module to allow you to log into any of your Silverstripe sites from one place.
Task system for APPUI
统计信息
- 总下载量: 7.45k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 26
- 点击次数: 19
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2015-03-30