-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend #1
Comments
预计的前端技术选型:框架react、脚手架生成器react-create-app、TS和ReactTS声明库、请求库axios、状态管理库redux、样式预处理器sass和对应的加载器SassLoader、组件库AntiDesign、代码风格工具eslint^-^ |
https://github.com/HIT-ReFreSH/WebLedger/tree/dev-frontend-net8 Hi @abc2513 , I've integrated frontend projects with backend in the dev-frontend-net8 branch, some folders are renamed, you need to:
cd client
corepack enable
yarn set version stable
yarn install
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm the developer of this Program, but I don't have enough time to make my program perfect. I'll appreciate it if you can help me improve it and become a contributor. Here is an existing issue:
This is an HTTP based ledger system that supports the following functions:
-Revenue and expenditure records
-Classification records, types can overlap
-Automatically classify by item name and memory
-Regularly and automatically generate classified reports
But currently it does not include a web front-end, and the graphical interface only has a simple report page. The other interfaces are called through direct HTTP requests and verified through the header.
The project provides a primitive MobileSuit based command line client, typically used in conjunction with IOS "shortcut instructions".
At present, it is worth considering adding more front-end pages to improve their usability.
Tech. Details:
这是一个基于HTTP的账本系统,支持以下功能:
但目前未包含Web前端,图形接口仅有一个简单的报表页面,其余接口都是通过直接的HTTP请求完成调用,通过Header完成验证。
项目提供了一个原始的、基于MobileSuit的命令行客户端,一般结合IOS“快捷指令”使用。
目前,值得考虑增加更多的前端页面,以提高其可用性。
技术细节:
The text was updated successfully, but these errors were encountered: