OOUI has a nice demo at https://doc.wikimedia.org/oojs-ui/master/demos/?page=widgets&theme=wikimediaui&direction=ltr&platform=desktop. Got a demo for Codex yet? If so, maybe link it in the article. Trying to get an idea of whether or not Codex is visually different from OOUI. Thanks.
Talk:Codex
The documentation linked to in the first paragraph also contains examples (work in progress, but plenty to have a look at).
Really great documentation so far! As a reader, I was curious what "index.js" should contain, any hints would be appreciated. Perhaps something like Vue.mwCreateApp( { render: ... } ).mount( domElement )
?
Yes, that's exactly right, init.js should contain code mounting the component. I've tried to make this clearer by linking to the Vue.js documentation page at the top of the Codex page, and also linking to the section about init files below the example that uses an init file.
One thing that I'd still like to find a place to add is an example showing how all these pieces come together into an example module. That would probably fit best on the Vue.js page.
There are no older topics