Use query-string to parse url query and display it on the page with Nuxt3
English | 简体中文
- display type comment
- support delete query params (single)
- support delete query params (multiple)
- support edit query param
Make sure to install the dependencies:
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
pnpm run dev
Build the application for production:
pnpm run build
Locally preview production build:
pnpm run preview
Checkout the deployment documentation for more information.
Made with 💙
Published under MIT License.