Skip to content

apassiondev/Vue-BookListing

This branch is 19 commits ahead of renz45/Vue-BookListing:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c00fc39 · Sep 11, 2019

History

54 Commits
Feb 7, 2018
Dec 5, 2017
Sep 11, 2019
Dec 7, 2017
Jul 31, 2018
Dec 5, 2017
Nov 29, 2018
Dec 5, 2017
Mar 29, 2018
Sep 11, 2019
Mar 21, 2019
Feb 7, 2018
Feb 7, 2018
May 15, 2018
Dec 5, 2017
May 21, 2019
May 21, 2018
Dec 5, 2017
Sep 11, 2019
Sep 11, 2019

Repository files navigation

Build a Reading List Application with Vue.js

This repo contains the code for the Pluralsight Project "Build a Reading List Application with Vue.js"

This Project was created with Vue 2.5.

Installation Instructions and Verifying Local Environment

Installation

Run the following command from root folder of the forked project to install all dependencies.

npm install

Verify Setup

In order to verify that everything is setup correctly, run the following command that should show you the failing tests.

npm run test

This is good! We'll be fixing these tests once we jump into the build step. Every time you want to check your work locally you can type that command and it will report the status of every task in the project. In addition, each module has tests that can be run scoped to just the tasks in that module. See the instructions at the top of each list of tasks for more information.

Previewing Your Work

In order to see your changes in a browser, you can type this to start the application.

npm run dev

Then, when you visit http://localhost:8080 in a browser you should see the App.vue component's HTML and CSS rendered on the page.

About

Book Listing for Vue Project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.3%
  • Vue 4.2%
  • Other 0.5%