1.0.3 • Published 3 years ago

@xulin06/todomvc-my v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

xulin06 todomvc project

背景

goodcoder 考试第二题“用 san 或者不用任何 mvc 框架实现 http://todomvc.com/” 本项目未使用mvc框架实现todomvc功能。实现react 和 vue两种mvc框架的todolist功能,通过demo可以对比两种mvc框架的特征。

项目启动

npm install

npm run dev

项目访问

首页:

http://localhost:3100/

react todo project:

http://localhost:3100/react.html

vue todo project:

http://localhost:3100/vue.html

项目结构

└─src
    ├─common 
    │  ├─js 公共方法
    │  └─style 公共样式
    └─example
        ├─react react todo 项目
        └─vue vue todo 项目
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago