@act/core 中文文档教程
ACT
一个简单的响应式前端框架
Hello Act
这是 Act 的 hello world:
main('Hello world')
这是经典的反例:
const view = (value) => ['button', {click: {add: count}}, value]
const model = 0
main(view, { model })
Install
Act 是用 es6 编写的,希望你使用 webpack,所以你只能导入 您真正需要的文件。 要安装,只需在您的项目文件夹中运行:
npm i @act/core -s
ACT
A simple reactive front-end framework
Hello Act
Here's Act's hello world:
main('Hello world')
And here's the classic counter example:
const view = (value) => ['button', {click: {add: count}}, value]
const model = 0
main(view, { model })
Install
Act is written in es6 and expects you to use webpack, so you can import only the files you really need. To install, just run in your project folder:
npm i @act/core -s
更多
你可能也喜欢
- 8pack 中文文档教程
- @12se7en/resu-me 中文文档教程
- @4you-free/ns-appversion 中文文档教程
- @aaronhayes/hasura-cli 中文文档教程
- @abdallahsaleh/feedback-widget 中文文档教程
- @aboulmagd/gis 中文文档教程
- @acgsan/stats-yshop 中文文档教程
- @acmucsd/energium-2020 中文文档教程
- @acornellier/react-instantsearch-dom 中文文档教程
- @acoustic-content-sdk/redux-feature-auth-asset 中文文档教程