NX:下一代 JavaScript 客户端框架
NX 遵循 MIT 开源授权协议,GitHub 地址:
https://github.com/RisingStack/nx-framework/
示例:
<script>
nx.components.app().register(‘example-app’)
</script>
<example-app>
<button #click=”greeting = ‘Hello World!'”>Click me!</button>
@{greeting}
</example-app>
发表回复