Skip to content

90zlaya/breaking-bad-info

Repository files navigation

Netlify Status

Breaking Bad Info

Simple Vue.js app with Breaking Bad info

Table of Contents

Description

Idea is to create simple Vue.js project to demonstrate development skills in this awesome JS framework. Subject for this project is one of the greatest TV Shows ever, Breaking Bad. Fueling app with The Breaking Bad API content.

⬆ back to top

Look and Feel

You may visit Breaking Bad Info to see live version.

Space Prospection

Currently home page looks like this, but have in mind that this image might stay few commits behind.

⬆ back to top

Build Setup

# Install dependencies
npm install

# Compiles and hot-reloads for development
npm run serve

# Compiles and minifies for production
npm run build

# Lints and fixes files
npm run lint

After installing dependencies and running app, visit localhost:8080 to enjoy app functionality. For detailed explanation on how things work, consult configuration reference

⬆ back to top