bump 3.15.5
一个快速、轻量、灵活的 JavaScript 组件框架 A fast, portable, flexible JavaScript component framework.
HomePage 网站
NPM:
$ npm i san
CDN:
<script src="https://unpkg.com/san@latest"></script>
发布文件说明(Dist Files Information)
<!DOCTYPE html> <html> <head> <title>Quick Start</title> <script src="https://unpkg.com/san@latest"></script> </head> <body> <script> const MyApp = san.defineComponent({ template: ` <div> <input type="text" value="{=name=}"> <p>Hello {{name}}!</p> </div> ` }); let myApp = new MyApp({ data: { name: 'San' } }); myApp.attach(document.body); </script> </body> </html>
Please visit document ChangeLog
San is MIT licensed.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
SAN
一个快速、轻量、灵活的 JavaScript 组件框架
A fast, portable, flexible JavaScript component framework.
HomePage 网站
安装(Install)
NPM:
CDN:
发布文件说明(Dist Files Information)
快速开始(Quick Start)
示例(Examples)
文档(Document)
周边(Companions)
Development tools for debugging applications
SPA/MPA Router
Application States Management
Immutable Data Update
Composition API
SSR framework and utils
Components Library following the Ant Design specification
Material Design Components Library
A Set of UI Components that widely used on Baidu Cloud Console
VSCode extension for SAN
A CLI tooling for rapid development
Webpack loader for single-file components
Component register and instantiation
Util Functions for ANode
The unit testing utility library
变更历史(ChangeLog)
Please visit document ChangeLog
License
San is MIT licensed.
特别感谢(Special Thanks)