Shortener Frontend 一个超简单的短网址管理平台(前端)。 配置后端 API:shortener-server 预览: 开发与构建 安装依赖 npm install 本地开发 更新 OpenAPI 修改 config/openapi.json 生成 OpenAPI API npm run openapi 本地运行 # Mock 模式 npm run start # Proxy 模式 npm run dev 构建 npm run build 部署 部署教程查看 shortener-server 项目。 仓库镜像 https://git.jetsung.com/idev/shortener-frontend https://framagit.org/idev/shortener-frontend https://gitcode.com/idev/shortener-frontend https://github.com/idev-sig/shortener-frontend