Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/sanPublic

A fast, portable, flexible JavaScript component framework

License

NotificationsYou must be signed in to change notification settings

baidu/san

 
 

Repository files navigation

Logo

SAN

一个快速、轻量、灵活的 JavaScript 组件框架
A fast, portable, flexible JavaScript component framework.

NPM versionLicenseBuild StatusCoverage StatusIssues

HomePage网站

安装(Install)

NPM:

$ npm i san

CDN:

<scriptsrc="https://unpkg.com/san@latest"></script>

发布文件说明(Dist Files Information)

快速开始(Quick Start)

<!DOCTYPE html><html><head><title>Quick Start</title><scriptsrc="https://unpkg.com/san@latest"></script></head><body><script>constMyApp=san.defineComponent({template:`                <div>                    <input type="text" value="{=name=}">                    <p>Hello {{name}}!</p>                </div>            `});letmyApp=newMyApp({data:{name:'San'}});myApp.attach(document.body);</script></body></html>

示例(Examples)

文档(Document)

周边(Companions)

说明(Description)
san-devtools调试应用的工具和扩展
Development tools for debugging applications
san-router支持 hash 和 html5 模式的 Router
SPA/MPA Router
san-store应用状态管理套件
Application States Management
san-updateImmutable的对象更新库
Immutable Data Update
san-composition组合式 API
Composition API
san-ssr服务端渲染框架与工具库
SSR framework and utils
santdAnt Design 风格的组件库
Components Library following theAnt Design specification
san-muiMaterial Design 风格的组件库
Material Design Components Library
san-xui百度云控制台风格的组件库
A Set of UI Components that widely used on Baidu Cloud Console
sannyVSCode 插件
VSCode extension for SAN
san-cli帮助快速搭建应用的命令行工具
A CLI tooling for rapid development
san-loader支持 sfc 的 Webpack loader
Webpack loader for single-file components
san-factory组件工厂能帮助你在不同环境下更灵活的装配组件
Component register and instantiation
san-anode-utilsANode 处理工具库
Util Functions forANode
san-test-utils单元测试工具库
The unit testing utility library

变更历史(ChangeLog)

Please visit documentChangeLog

License

San isMIT licensed.

特别感谢(Special Thanks)

文心快码源力计划标志

About

A fast, portable, flexible JavaScript component framework

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors45


[8]ページ先頭

©2009-2025 Movatter.jp