bbc-app

Project setup

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

Customize configuration

See Configuration Reference.

Code notes

This project is using VueJs as the framework of choice.

The code I have written is all inside /src/.

App.Vue, main.js, router.js, and build configuration has a little bit of preexisting code but that's all created from the vue create command.