https://github.com/followmetech/tms
Tms是一种透明化编程、可复现、可追踪的软件开发模式
https://github.com/followmetech/tms
Last synced: about 1 year ago
JSON representation
Tms是一种透明化编程、可复现、可追踪的软件开发模式
- Host: GitHub
- URL: https://github.com/followmetech/tms
- Owner: FollowmeTech
- License: mit
- Created: 2018-08-28T03:19:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T03:46:59.000Z (over 1 year ago)
- Last Synced: 2025-03-30T11:02:11.442Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 372 KB
- Stars: 54
- Watchers: 9
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
Awesome Lists containing this project
README
## 目录
- [Tms是什么?](./what-is-tms.md)
- [名称的来源](./what-is-tms.md#名称的来源)
- [它是什么?](./what-is-tms.md#它是什么)
- [实现一个简单版本的Tms](./what-is-tms.md#实现一个简单版本的tms)
- [复现场景原理](./what-is-tms.md#复现场景原理)
- [SSR中使用Tms](./what-is-tms.md#ssr中使用tms)
- [开始](./start.md)
- [一个简单的例子](./start.md#一个简单的例子)
- [安装](./install.md)
- [兼容性](./install.md#兼容性)
- [Vue](./install.md#vue-使用)
- [React](./install.md#react-使用)
- [Node](./install.md#nodejs-使用)
- [核心概念](./concept.md)
- [State](./concept.md#state)
- [Getter](./concept.md#getter)
- [Commit](./concept.md#commit)
- [Action](./concept.md#action)
- [Module](./concept.md#module)
- [Dep](./concept.md#dep)
- [常见的写法](./common-usage.md)
- [vue中的v-model指令使用](./common-usage.md#vue中的v-model指令使用)
- [常见的错误](./common-error.md)
- [Commit方法没有被监听到](./common-error.md#commit方法没有被监听到)
- [比较Vuex、Redux](./compare.md)
- [Vuex](./compare.md#vuex)
- [Redux](./compare.md#redux)
- [Tms](./compare.md#tms)