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

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

Awesome Lists containing this project

README

          

# url-shortner

> My impeccable Nuxt.js project

![image](https://i.pinimg.com/originals/7b/8d/07/7b8d07a74684e3b8e8752fdc332617ff.png)

## 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).