yg-alt / coala

a jquery framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coala

特点

  • 内核非常小
  • 依赖 jquery, 支持 IE6+
  • 默认采用 doT 模板引擎;随时可以替换
  • API简单,容易上手

run

cd coala

npm install

npm start

浏览器访问 http://localhost:8080/todo.html

db server

npm install -g json-server

cd coala

json-server data/db.json

About

a jquery framework

License:MIT License


Languages

Language:JavaScript 83.1%Language:HTML 16.4%Language:CSS 0.5%