- 小示例
- 一些小的示例,主要是展示 San 一些小特性的用法。
- RealWorld 应用
- 一个 RealWorld 应用例子,包含 CRUD、权限、路由、列表等应用开发中常见的场景。
- Todos (AMD)
- 一个 Todos 应用的例子,包含列表、列表内操作、表单提交、浮出层、交互组件等应用开发中常见的场景。
- Todos (ESNext)
- 上面 Todos 应用的 ESNext 版本。其使用了webpack + babel,更符合流行的应用开发习惯。
- Todos (单向流)
- 上面 Todos 应用的单向流版本。其使用了 san-store。
- 在线用法小示例
See the Pen san-bindx by errorrik (@errorrik) on CodePen.
See the Pen san-list by errorrik (@errorrik) on CodePen.
See the Pen san-checkbox by errorrik (@errorrik) on CodePen.
See the Pen san-radio by errorrik (@errorrik) on CodePen.
See the Pen san-slot by errorrik (@errorrik) on CodePen.