Files
toolbox/.serena/memories/技术栈.md
T
2025-12-18 10:19:11 +08:00

8 lines
378 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 技术栈
- 后端:PHP ^8.2Laravel Framework ^12(见 `composer.json`)。
- 依赖:`lesstif/php-jira-rest-client`JIRA REST Client),PDO 扩展。
- 测试:PHPUnit ^11`phpunit.xml``composer test`)。
- 代码风格:Laravel Pint`laravel/pint`)。
- 前端:Vite + Vue 3 + Tailwind CSS`package.json`),并使用 CodeMirror 6 相关包。