Skip to content

Use URLSearchParams to parse url query and display it on the page with Nuxt3. 使用 Nuxt3 搭建的 url query 交互展示工具应用

License

Notifications You must be signed in to change notification settings

ChuHoMan/url-query-interactive

Repository files navigation

URL QUERY INTERACTIVE

Use query-string to parse url query and display it on the page with Nuxt3

English | 简体中文

DEMO

demo

Feature TODO list

  • display type comment
  • support delete query params (single)
  • support delete query params (multiple)
  • support edit query param

Setup

Make sure to install the dependencies:

pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

Checkout the deployment documentation for more information.

License

Made with 💙

Published under MIT License.

About

Use URLSearchParams to parse url query and display it on the page with Nuxt3. 使用 Nuxt3 搭建的 url query 交互展示工具应用

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published