Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jcalixte/deep-links
- Owner: jcalixte
- Created: 2020-05-09T08:41:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T17:44:20.000Z (about 2 years ago)
- Last Synced: 2024-11-10T16:52:36.714Z (2 months ago)
- Topics: deep-links, deeplink, mobile, pwa, vuejs
- Language: Vue
- Homepage: https://app-deep-links.netlify.app/
- Size: 2.42 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
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/).