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
- Host: GitHub
- URL: https://github.com/posva/paths.esm.dev
- Owner: posva
- Created: 2019-07-17T18:05:04.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T12:52:51.000Z (over 2 years ago)
- Last Synced: 2024-04-15T00:27:03.950Z (about 2 years ago)
- Language: Vue
- Homepage: https://paths.esm.dev
- Size: 1.4 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```