https://github.com/ssbarik/url-shortner
Vue.js(Nuxt.js) URL Shortner using Bitly API
https://github.com/ssbarik/url-shortner
axios bitly-api hacktoberfest hacktoberfest2022 nuxtjs url-shortener vuejs vuetifyjs
Last synced: 4 months ago
JSON representation
Vue.js(Nuxt.js) URL Shortner using Bitly API
- Host: GitHub
- URL: https://github.com/ssbarik/url-shortner
- Owner: SSBarik
- Created: 2020-03-20T07:40:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T16:32:37.000Z (over 1 year ago)
- Last Synced: 2025-09-04T21:01:20.097Z (10 months ago)
- Topics: axios, bitly-api, hacktoberfest, hacktoberfest2022, nuxtjs, url-shortener, vuejs, vuetifyjs
- Language: Vue
- Homepage: https://shortify-url-shortner.herokuapp.com/
- Size: 3.05 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# url-shortner
> My impeccable Nuxt.js project

## Build Setup
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).