https://github.com/junaya/doudo
vue todo undo redo
https://github.com/junaya/doudo
vue vuex
Last synced: 2 months ago
JSON representation
vue todo undo redo
- Host: GitHub
- URL: https://github.com/junaya/doudo
- Owner: JunaYa
- Created: 2020-04-02T14:45:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:46:54.000Z (over 2 years ago)
- Last Synced: 2025-02-11T15:42:23.696Z (4 months ago)
- Topics: vue, vuex
- Language: Vue
- Size: 3.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-undo-redo
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).# 概述
vue-undo-redo 实现回撤,恢复上一步。 类似于操作浏览器的历史, 主要使用算法栈。