https://github.com/willin/wealth
一个开源的账本响应式网站系统
https://github.com/willin/wealth
awesome free ledger opensource
Last synced: 8 months ago
JSON representation
一个开源的账本响应式网站系统
- Host: GitHub
- URL: https://github.com/willin/wealth
- Owner: willin
- License: apache-2.0
- Created: 2023-05-02T08:13:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T04:11:41.000Z (about 2 years ago)
- Last Synced: 2024-10-29T22:37:32.537Z (over 1 year ago)
- Topics: awesome, free, ledger, opensource
- Language: TypeScript
- Homepage: https://wealth.willin.wang
- Size: 1.67 MB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wealth
> Demo Site:
## 教程说明
- 视频教程:
- 文章教程:
- 协助部署及定制化开发:
## 赞助 Sponsor
如果您对本项目感兴趣,可以通过以下方式支持我:
- 关注我的 Github 账号:[@willin](https://github.com/willin) [](https://github.com/willin)
- 参与 [爱发电](https://afdian.net/@willin) 计划
- 支付宝或微信[扫码打赏](https://user-images.githubusercontent.com/1890238/89126156-0f3eeb80-d516-11ea-9046-5a3a5d59b86b.png)
Donation ways:
- Github:
- Paypal:
- Alipay or Wechat Pay: [QRCode](https://user-images.githubusercontent.com/1890238/89126156-0f3eeb80-d516-11ea-9046-5a3a5d59b86b.png)
## 许可证 License
Apache-2.0
---
## 开发 Development
```bash
# init db
npx wrangler d1 migrations apply wealth --local
# optional import data
npx wrangler d1 execute wealth --file /PATH/data.sql --local
```