/images-vue

Primary LanguageJavaScript

images-vue

Project setup

npm install

Create a file called imgurOAuth.js in the src directory. This should export an object like so:

export default {
  name: "imgurOAuth",
  clientId: YOUR_CLIENT_ID,
  clientSecret: YOUR_CLIENT_SECRET
} 

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.