Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jcalixte/deep-links

Test deep links for your mobile and web apps
https://github.com/jcalixte/deep-links

deep-links deeplink mobile pwa vuejs

Last synced: 17 days ago
JSON representation

Test deep links for your mobile and web apps

Awesome Lists containing this project

README

        

# deep-links

[![Netlify Status](https://api.netlify.com/api/v1/badges/47316c6c-69c8-4b93-b77e-660c41220ed4/deploy-status)](https://app.netlify.com/sites/app-deep-links/deploys)

Easily test deep links for your mobile and web apps [here](https://app-deep-links.netlify.app).

![demo](./docs/deep-links.gif)

## Project setup

```
yarn install
```

### Compiles and hot-reloads for development

```
yarn serve
```

### Compiles and minifies for production

```
yarn build
```

### Run your unit tests

```
yarn test:unit
```

### Lints and fixes files

```
yarn lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).