https://github.com/devadedeji/url-shortener-vue
A url shortener built with Vue and using the https://app.shrtco.de/ API
https://github.com/devadedeji/url-shortener-vue
Last synced: 6 months ago
JSON representation
A url shortener built with Vue and using the https://app.shrtco.de/ API
- Host: GitHub
- URL: https://github.com/devadedeji/url-shortener-vue
- Owner: DevAdedeji
- Created: 2022-01-07T22:14:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T22:22:26.000Z (over 4 years ago)
- Last Synced: 2025-04-08T13:50:53.316Z (over 1 year ago)
- Language: Vue
- Homepage: https://url-shortener-v0.vercel.app
- Size: 385 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# url-shortener
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).