Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.62 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.62 KB

Logo

SAN

A MVVM Component Framework for Web. HomePage

NPM version Build Status License

Download

NPM:

$ npm i san

CDN:

<!-- unpkg -->
<script src="https://unpkg.com/san@latest"></script>

<!-- compressed -->
<script src="http://s1.bdstatic.com/r/www/cache/efe/san/3-0-2/san.js"></script>

<!-- compressed(https) -->
<script src="https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/efe/san/3-0-2/san.js"></script>

<!-- source -->
<script src="http://s1.bdstatic.com/r/www/cache/efe/san/3-0-2/san.source.js"></script>

Document

ChangeLog

ChangeLog

See Also

  • san-router - Official Router for San
  • san-store - Official Application States Management for San