art2pro/todo.me

todo.me 的依赖项

安装: 0

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 0

分支: 0

开放性问题: 0

语言:JavaScript

dev-master 2016-12-12 00:44 UTC

This package is not auto-updated.

Last update: 2024-09-28 19:52:55 UTC


README

使用 InnoDB 作为存储。

安装

  1. 安装前端依赖项
bower update
  1. 安装后端依赖项
composer update
  1. 创建一个新的数据库,你可以使用名称 'todo'

  2. 编辑 common/config/db.php

  3. 运行以创建表和管理员账户 (admin@admin.ru::root123)

./common/yii migrate
  1. 将你的 Apache 或 NGINX 与公共目录链接: frontend/web

开发

在编辑之前运行 grunt,它将在文件更改后监视并重新编译 CSS,刷新页面

$ grunt

使用 'todo.me' 作为生产别名 使用 'todo.dev' 作为开发别名

生产

删除 db.local.php

一般功能

  • 用户注册
  • 密码找回
  • 编辑个人资料
  • 添加/编辑/删除任务
  • 设置任务状态为 新建/进行中/完成

管理员面板功能

  • 删除用户
  • 将用户设为管理员
  • 编辑/删除任何用户的任务

包管理器

  • bower
  • composer
  • grunt