Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 911 Bytes

README.zh-CN.md

File metadata and controls

54 lines (35 loc) · 911 Bytes

URL QUERY INTERACTIVE

使用 Nuxt3 搭建的 url query 交互展示工具应用

English | 简体中文

DEMO

demo

功能待做项

  • 展示类型注释
  • 支持删除 query (单个)
  • 支持删除 query (批量)
  • 支持编辑 query

安装

确保先安装依赖:

pnpm install

启动开发服务器

启动开发服务器到 http://localhost:3000

pnpm run dev

生产

构建生产应用:

pnpm run build

本地预览生产应用:

pnpm run preview

Checkout the deployment documentation for more information.

License

Made with 💙

Published under MIT License.