-
## 何为国际化
国际化(Internationalization)通常在很多地方会用 i18n 代替,意思就是 I 加18个字母加 n。跟国际化还有一个类似的概念叫做本地化(Localization)通常用 L10n 表示。这是两个比较接近的概念,它之间有什么区别呢?W3C 的 [Localization vs. Internationalization](https://www.w3.org…
-
In Jinja2, `{% if [] %}yes{% endif %}` has no output.
In nunjucks, it outputs `yes`.
Is this an area where nunjucks desires to maintain the JS semantics, or would a PR be accepted to make empty cont…
-
## Describe the bug
Widgets are losing references to `data.page` and `data.contextOptions` on insert/update (edit mode).
## To Reproduce
1. Create test widget:
```js
// modules/title-widget/ind…
-
## Initial thoughts
_Wow, way to go @allmarkedup, very impressive what you have done so far!_
#### Did you have any difficulties getting the prototype demo up and running?
No, works like a charm.…
-
Twig embed functionality: http://twig.sensiolabs.org/doc/tags/embed.html
Basically it's like an include, but it allows for {% block %} statements. I read through the issues here and found a similar d…
-
We want to:
- ensure govuk-react (CSSinJS) provides the same features as [govuk-frontend](https://github.com/alphagov/govuk-frontend) (CSS Modules) but with React specific components/templates
- r…
-
# 前端组件库开发展示平台对比bisheng-vs-storybook
组件开发的流程一般是需求确定、开发、测试、编译、发布。如果我们只是逐个地开发组件,每个组件独立发布,这样不利于沉淀出一个完整的组件库,形成一个完整的组件系统,以支撑某个领域的业务。开发组件库,除了需要在工程上完成开发、测试、编译和发布的支持,还需要有一个组件展示平台,能以网站的形式将所有组件的介绍、使用方式、使用示例、A…
-
目前bisheng是和react耦合的。然而从bisheng的设计图来看,React起到的仅仅是一个render的作用,建议拆分出bisheng-core,用以搭配其他框架使用。
如果 @benjycui 没时间我个人愿意承担这部分工作:)
-
Add an API endpoint that can be used to test the UI and as a proof of concept.
## Details
This work is required so that the navigation, list and detail view can be tested.
### Badge field
…
-
# 前端组件库开发展示平台对比bisheng-vs-storybook
组件开发的流程一般是需求确定、开发、测试、编译、发布。如果我们只是逐个地开发组件,每个组件独立发布,这样不利于沉淀出一个完整的组件库,形成一个完整的组件系统,以支撑某个领域的业务。开发组件库,除了需要在工程上完成开发、测试、编译和发布的支持,还需要有一个组件展示平台,能以网站的形式将所有组件的介绍、使用方式、使用示例、A…