#CRUD pages using VueJS and accessing data via an API.
> npm install
The API used in this example is a Node.js express API.
> npm run dev
Navigation to http://localhost:8080 to view the site
To start the API open your command terminal to this location and enter
> node server.js
API is now active on http://localhost:3000