Skip to content

dirkteucher/endpoint

Repository files navigation

endpoint

imgur endpoint demo of how to use the imgur api with the vue framework

Understanding the code

  • Take a look at "README_FIRST_ImgurMain.vue.png" - This shows an overview of the main sections of code
  • Open up "src/components/ImgurMain.vue" .... This file contains the bulk of the code in this example
  • The project was setup with vue cli 3.0 and using the "vue init webpack my-project" command to create a template starter project
  • Check the git commits to see which other libraries were added
  • Imgur API - https://apidocs.imgur.com/

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

About

imgur search api example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published