最近正在重构以前开发过的记帐本,以前作得太烂了,如今想从新使用重构通常移动端的记帐本,加入了新的功能,主要技术站为php
webapp vue.js 后端php,可能原生写。 也可能使用框架写。 也可能使用 node.js写。 也可能使用go语言写。 也可能使用java写 小程序版本 app 安卓版本, 还有可能使用IOS版本
Ken / 记帐本,重构vue
npm install
npm run serve
npm run build
npm run test
npm run lint
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/#/registernode
https://kennana.gitee.io/accountingreconstruction/#/git
https://kennana.gitee.io/accountingreconstruction/#/mainweb
https://kennana.gitee.io/accountingreconstruction/#/main/home1npm