Skip to content

Xin-hai/haiqing-1

Repository files navigation

海青记账

预览链接 海青记账

海青记账是一款极简的记账应用,基于Vue、VueRouter、Vuex、TypeScript、Echarts和Element UI单页面应用,UI设计为自己模仿一木记账进行简化后得到的,期间遇到很多TypeScriptEcharts使用还有webpack相关的问题,解决过程我在多篇文章中有记录,这里做一下总结。本应用基本使用了TS实现对于类型的认识更加深刻,过程中用到了装饰器语法,数据存储在localStorage中,算比较完善的一次项目过程。

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.