An open API service indexing awesome lists of open source software.

https://github.com/enpitsulin/todolist

A simple todo App Power by Vue 2.0
https://github.com/enpitsulin/todolist

todolist vue

Last synced: 19 days ago
JSON representation

A simple todo App Power by Vue 2.0

Awesome Lists containing this project

README

          

# TodoList 待办事项

## 安装

### 克隆本仓库

```shell
git clone git@gitee.com:enpitsulin/vue-todo.git
```

### 安装依赖

```shell
# pnpm
pnpm i
# npm
npm install
```

### 运行开发服务器

```shell
# pnpm
pnpm start
# npm
npm run start
```

### 构建部署文件

```shell
# pnpm
pnpm build
# npm
npm run build
```

## 部分预览

![待办](./doc/pic-0.png)

![项目](./doc/pic-1.png)

![关于](./doc/pic-2.png)

自带响应式布局

### 移动端预览:

![待办](./doc/pic-3.png)

![项目](./doc/pic-4.png)

![关于](./doc/pic-5.png)