Skip to content
/ Bill Public

前端Vue3、后端expressjs 的简约账单管理

Notifications You must be signed in to change notification settings

yang1212/Bill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

H5

https://tiboo.work/

备注:

1、启动前端:

npm run dev

2、启动后端:

npm run serve

3、数据库(mongodb):

  • 需提前创建好runoob数据库

  • 终端执行: cd D:\mongo\bin 进入bin文件目录下: mongod --dbpath D:\mongo\data\db

分支:

master/vue3-bill: 前端基于vue3 + element-plus + vite 实现

vue2-bill:前端基于vue2 + element + webpack4 实现