https://github.com/jedisct1/vue-dnsstamp
DNS Stamp calculator component for VueJS
https://github.com/jedisct1/vue-dnsstamp
dns dnscrypt dnscrypt-proxy doh vuejs
Last synced: about 1 year ago
JSON representation
DNS Stamp calculator component for VueJS
- Host: GitHub
- URL: https://github.com/jedisct1/vue-dnsstamp
- Owner: jedisct1
- License: mit
- Created: 2018-02-02T13:33:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T04:46:00.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T20:46:44.638Z (about 1 year ago)
- Topics: dns, dnscrypt, dnscrypt-proxy, doh, vuejs
- Language: Vue
- Size: 15.6 KB
- Stars: 22
- Watchers: 1
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-dnsstamp
DNS stamp calculator
## [Online demo](https://stamps.dnscrypt.info)
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).