Skip to content

一个简单的基于uni-app+ts(vue2语法)的app,h5,微信小程序(三个兼容),用于规划学习、购物、工作等日常生活。

Notifications You must be signed in to change notification settings

qifan777/simple-plan

Repository files navigation

简计划

本项目是基于uni-app(vue2语法) 以及typescript。实现了如下功能

  • 创建任务清单(包含许多任务)
  • 创建任务(添加附件,截至时间,划分子任务,分配任务给其他人)
  • 富文本编辑
  • 基础登录/注册

clone代码

#需要安装git命令
git clone https://github.com/jarcheng/simple-plan.git

安装yarn

#需要安装node.js
npm install yarn -g

导入vscode

将刚刚clone下的代码导入到vscode,然后点击上面菜单栏中的terminal->new terminal 在下面弹出的框框中依次输入下面的两条命令

安装依赖包

yarn install

启动

yarn serve

具体配置参考uni-app的manifest

See Configuration Reference.

About

一个简单的基于uni-app+ts(vue2语法)的app,h5,微信小程序(三个兼容),用于规划学习、购物、工作等日常生活。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published