/url-query-interactive

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

Primary LanguageVueMIT LicenseMIT

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.