An open API service indexing awesome lists of open source software.

https://github.com/posva/paths.esm.dev

🛣 A Vue Router path debugger
https://github.com/posva/paths.esm.dev

Last synced: 3 months ago
JSON representation

🛣 A Vue Router path debugger

Awesome Lists containing this project

README

          

# Path Parser

This is the path parser used by Vue Router. It transforms paths into Regexp and correctly sort them.

## Development

Install dependencies:

```sh
yarn
```

Run the development server:

```sh
yarn dev
```

Build for production:

```sh
yarn build
# requires a global server command installed
serve dist
```