# shaka-bookkeeping **Repository Path**: f221981/shaka-bookkeeping ## Basic Information - **Project Name**: shaka-bookkeeping - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-08-10 - **Last Updated**: 2022-08-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # shaka-bookkeeping 纱卡记账本 本项目使用Vue.js技术栈,涉及到vue-cli、Vuex、VueRouter、webpack、Typescript、ECharts、scss。 预览链接:https://gongyue233.github.io/shaka-bookkeeping2/#/money 项目功能包含: * 记账:记录用户输入的金额、时间、选中的标签。 * 标签:包括编辑标签和新增标签。 * 统计:将用户的记录按照时间列出,并且有对应的统计图展示近30天的记录。 效果图: ![image](https://user-images.githubusercontent.com/73221358/119621038-3c0f1700-be38-11eb-92c3-481f2d6a424b.png) ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Run your unit tests ``` yarn test:unit ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).