最近正在重构以前开发过的记帐本

最近正在重构以前开发过的记帐本,以前作得太烂了,如今想从新使用重构通常移动端的记帐本,加入了新的功能,主要技术站为php

webapp
      vue.js 后端php,可能原生写。
      也可能使用框架写。
      也可能使用 node.js写。
      也可能使用go语言写。
      也可能使用java写

小程序版本

app
安卓版本,
还有可能使用IOS版本

码云地址

Ken / 记帐本,重构vue

暂时页面的安排,以及目录的排版

vueaccount

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.java

启动页面

|---------loading/ 启动页面
            |----component/ 组件模块
                     |----loading.vue
            |----common/ 公共模块
            |----style/ 样式模块

注册页面

|---------login/ 注册页面
            |--component/ 组件模块
                   |----login.vue
            |--common/ 公共模块
            |--sytle/ 样式模块

首页

|---------home/ 首页
           |--component/ 组件模块
                  |----date.vue 日期组件
                  |----inout.vue 收入支出组件
                  |----visualize.vue 可视化组件
                  |----importaccout.vue 导入帐单组件
                  |----voiceaccount.vue 语音帐单组件
           |--common/ 公共组模块
           |--style/ 样式模块

帐本

|---------account/ 帐本
             |---component/ 组件模块
                    |-----head.vue 头部组件
                    |-----account.vue 帐本组件
                    |-----scroll.vue 滚动组件
             |---common/ 公共模块
             |---style/ 样式模块

个人资金

|---------usermoney/ 用户资金
             |---component/ 组件模块
                    |---inputmoney.vue 输入资金组件
                    |---showmoney.vue 展现资金模块
             |---common/ 公共模块
             |---style/ 样式模块

|---------user/ 用户模块
             |---component/ 组件模块
                    |---head.vue 导航
                    |---usernote.vue 帐号密码修改
                    |---dailyremind.vue 每日提醒
                    |---exportbooks.vue 导出帐本
                    |---aboutus.vue 关于咱们
                    |---softwareupdates.vue 软件更新
             |---common/ 公共模块
             |---style/ 样式模块

添加记帐页面

|---------addaccount/ 添加记帐
              |-----inaccount 收入页面
                       |-----component/
                                |-----head.vue 图表
                                |-----show.vue 显示各类收入
                       |-----common/
                       |-----style/
              |-----outaccount 支出页面
                       |-----component/
                                |-----head.vue 图标
                                |-----show.vue 显示各类支出
                       |-----common/
                       |-----style/

              |------transferaccounts/ 转帐页面
                       |------component/
                                 |----head.vue 图标
                                 |----show.vue 显示转出转入
                       |------common/
                       |------style/

              |-------blance/ 余额
                       |------component/
                                 |---inputblance.vue 转入余额
                                 |---showblance.vue 显示余额
                       |------common/
                       |------style/

在这里插入图片描述

加上注册页面的访问地址

https://kennana.gitee.io/accountingreconstruction/#/register
在这里插入图片描述
在这里插入图片描述node

加上启动页面的访问地址

https://kennana.gitee.io/accountingreconstruction/#/
在这里插入图片描述git

加上主页的访问地址

https://kennana.gitee.io/accountingreconstruction/#/mainweb

在这里插入图片描述
在这里插入图片描述

加上404页面的访问地址

https://kennana.gitee.io/accountingreconstruction/#/main/home1npm

在这里插入图片描述

相关文章
相关标签/搜索