问题标签 [kotlin-html-builder]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
kotlin - Kotlin HTML-Builder
在Kotlin 页面中,HTML-Builder
我可以看到下面的代码,如何在简单的 .tk 文件中使用它?如何从这里开始?
maven - 在 intellij 中将 kotlinx-html-js 添加到 kotlin/js 项目中
我需要将 kotlinx-html-js 库添加到使用 Intellij 创建的 kotlin/js 项目中。我尝试添加 maven 支持,并在 pom.xml 文件中写入以下内容:
正如这里所解释的,但它不起作用。
有人可以帮助我吗?非常感谢。
html - Using "property" in HTML meta data with kotlin DSL
Hey how can i use html content like:
<meta property="og:locale" content="en"/>
with the Kotlin HTML Type Safe builder? I cannot find something like the property variable in the meta function