https://github.com/sailingcoder/backbone
MVC之backbone前后端分离框架
https://github.com/sailingcoder/backbone
Last synced: 3 months ago
JSON representation
MVC之backbone前后端分离框架
- Host: GitHub
- URL: https://github.com/sailingcoder/backbone
- Owner: SailingCoder
- Created: 2018-06-05T09:51:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T10:01:12.000Z (almost 8 years ago)
- Last Synced: 2025-07-06T15:42:56.984Z (10 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# backbone
#### MVC之backbone前后端分离框架
文件目录:
```
collection
html
model
module
view
core
css
public
widget
```
一款基于前后端分离技术的前端框架。
优点:
```
使用灵活,基于module;
开发方便,快速开发;
基于jquery,第三方插件使用灵活
```
缺点:
```
框架虽轻,但不适用大型网站,有限臃肿;
```