https://github.com/soulteary/you-dont-need-build-javascript
https://github.com/soulteary/you-dont-need-build-javascript
esl san santd time-saver
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/soulteary/you-dont-need-build-javascript
- Owner: soulteary
- License: apache-2.0
- Created: 2023-12-04T08:35:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T11:26:40.000Z (3 months ago)
- Last Synced: 2025-03-31T12:21:55.973Z (2 months ago)
- Topics: esl, san, santd, time-saver
- Language: JavaScript
- Homepage: https://soulteary.com/2024/01/04/your-website-may-not-need-front-end-builds-chapter-2.html
- Size: 1.11 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# You Don't Need Build JavaScript

## 使用组件
- 资源加载器
- [ESL - Enterprise Standard Loader](https://github.com/ecomfe/esl) [v2.2.2](https://github.com/ecomfe/esl/releases/tag/2.2.2)
- 项目协议:[[BSD-3-Clause license]](https://github.com/ecomfe/esl/blob/master/LICENSE) by [@ecomfe](https://github.com/ecomfe)
- 相关资料:[如何配置 Loader](https://github.com/ecomfe/esl/blob/master/doc/config.md)- 前端组件框架
- [SAN - JavaScript component framework](https://github.com/baidu/san) [v3.15.1](https://www.npmjs.com/package/san/v/3.15.1?activeTab=versions)
- 项目协议:[[MIT license]](https://github.com/baidu/san/blob/master/LICENSE) by [@baidu](https://github.com/baidu)
- 相关资料:[官方网站](https://baidu.github.io/san/)- 前端路由库
- [SAN - Official Router for San](https://github.com/baidu/san-router) [v2.0.2](https://github.com/baidu/san-router/releases/tag/2.0.2)
- 项目协议:[[MIT license]](https://github.com/baidu/san-router/blob/master/LICENSE) by [@baidu](https://github.com/baidu)
- 相关资料:[项目文档](https://baidu.github.io/san-router/docs/quick-start)- 前端组件库
- [Santd - San UI Toolkit for Ant Design](https://github.com/ecomfe/santd) [v1.1.3](https://www.npmjs.com/package/santd/v/1.1.3?activeTab=code)
- 项目协议:[[MIT license]](https://github.com/ecomfe/santd/blob/master/LICENSE) by [@baidu](https://github.com/baidu)
- 相关资料:[官方网站](https://ecomfe.github.io/santd/)- 日期时间库
- [dayjs - immutable date-time library](https://github.com/iamkun/dayjs) [v1.11.13](https://github.com/iamkun/dayjs/releases/tag/v1.11.13)
- 项目协议:[[MIT license]](https://github.com/iamkun/dayjs/blob/dev/LICENSE) by [@iamkun](https://github.com/iamkun)
- 相关资料:[官方网站](https://day.js.org/)- 响应式兼容垫片库
- [enquire - Awesome Media Queries in JavaScript](https://github.com/WickyNilliams/enquire.js) [v2.1.6](https://github.com/WickyNilliams/enquire.js/releases/tag/v2.1.6)
- 项目协议:[[MIT license]](https://github.com/WickyNilliams/enquire.js/blob/master/LICENSE) by [@WickyNilliams](https://github.com/WickyNilliams)
- 相关资料:[官方网站](https://github.com/WickyNilliams/enquire.js/tree/gh-pages)## 相关项目
- [soulteary/You-Dont-Need-Webpack](https://github.com/soulteary/You-Dont-Need-Webpack)
- 在 AMD 模块中搭配 Vue 技术栈的免构建方案
- [soulteary/docker-quick-docs](https://github.com/soulteary/docker-quick-docs)
- 本地部署、能够快速访问的文档工具,用来改善 GitHub Pages 文档访问体验。