Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 577 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 577 Bytes

Sample Reading List App

A web application using the Vue.js front-end framework that allows the user to create a list of books. Uses the Google Books API.

Live URL

https://ancient-castle-74889.herokuapp.com/

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run Chai.js unit tests

npm run test:unit

Customize configuration

See Configuration Reference.