Maxwell's Blog后端开发工具链

后端开发工具链

Created2025-06-26|Updated2025-06-26|Fullstack
|Post Views:

python

  • uv包管理
  • fastapi
  • orm-sqlmodel
Author: maxwell
Link: http://huangshuai.top/2025/06/26/Fullstack/%E5%90%8E%E7%AB%AF%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7%E9%93%BE/
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
backend
Previous
前端开发工具链
ts教程🤔️加入类型标注,增加了部分写代码的工作量,但开发工具依赖类型系统可以有更好的类型检查和提示功能,从而提升开发体验和大型项目的可维护性 npm install -g typescript使用vue-tsc命令进行类型检查,在package.json可以配置在开启 Vite 开发服务器的同时以侦听模式运行 vue-tsc, 123456789"scripts": { "dev": "concurrently \"vite\" \"vue-tsc --watch\"", // 这里 "build": "run-p type-check \"build-only {@}\" --", "preview": "vite preview", "build-only": "vite build", ...
Next
to-do-list
🗒✅❌ 入门MCP🗒 2025.6.26 运动打卡✅2025.6.30
avatar
maxwell
Articles
18
Tags
9
Categories
4
Contents
  1. 1. python
Recent Posts
ai agent2025-07-02
词汇分组对比2025-07-01
to-do-list2025-06-26
后端开发工具链2025-06-26
前端开发工具链2025-06-25
©2019 - 2025 By maxwell
Framework Hexo|Theme Butterfly