Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chuhoman/url-query-interactive
Use URLSearchParams to parse url query and display it on the page with Nuxt3. 使用 Nuxt3 搭建的 url query 交互展示工具应用
https://github.com/chuhoman/url-query-interactive
nuxt3 query-string typescript vue
Last synced: 11 days ago
JSON representation
Use URLSearchParams to parse url query and display it on the page with Nuxt3. 使用 Nuxt3 搭建的 url query 交互展示工具应用
- Host: GitHub
- URL: https://github.com/chuhoman/url-query-interactive
- Owner: ChuHoMan
- License: mit
- Created: 2022-05-03T06:05:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T16:23:05.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T20:22:22.095Z (7 months ago)
- Topics: nuxt3, query-string, typescript, vue
- Language: Vue
- Homepage:
- Size: 809 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# URL QUERY INTERACTIVE
> Use query-string to parse url query and display it on the page with Nuxt3
English | 简体中文## DEMO
![demo](https://github.com/ChuHoMan/url-query-interactive/blob/main/examples/demo.png)## Feature TODO list
- [x] display type comment
- [x] support delete query params (single)
- [x] support delete query params (multiple)
- [x] support edit query param## Setup
Make sure to install the dependencies:
```bash
pnpm install --shamefully-hoist
```## Development Server
Start the development server on http://localhost:3000
```bash
pnpm run dev
```## Production
Build the application for production:
```bash
pnpm run build
```Locally preview production build:
```bash
pnpm run preview
```Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment) for more information.
## License
Made with 💙
Published under [MIT License](./LICENSE).