paulund / vuejs-crud

VueJS Example of a CRUD application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#VueJS Crud Example Application This application is an example build of creating CRUD pages using VueJS and accessing data via an API.

Install

> npm install

The API used in this example is a Node.js express API.

Run

> npm run dev

Navigation to http://localhost:8080 to view the site

Start API

To start the API open your command terminal to this location and enter

> node server.js

API is now active on http://localhost:3000

About

VueJS Example of a CRUD application


Languages

Language:Vue 59.4%Language:JavaScript 37.3%Language:HTML 2.7%Language:CSS 0.6%