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
- Host: GitHub
- URL: https://github.com/enpitsulin/todolist
- Owner: enpitsuLin
- Created: 2020-08-31T14:22:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-01T07:27:22.000Z (over 4 years ago)
- Last Synced: 2025-03-01T05:28:49.896Z (over 1 year ago)
- Topics: todolist, vue
- Language: Vue
- Homepage: https://enpitsulin.github.io/todolist/dist/
- Size: 3.51 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
## 部分预览



自带响应式布局
### 移动端预览:


