Brian-P-Anderson / nlvPro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Mastery Example Event App

To install dependencies:

    $ npm install

To run the server:

    $ npm run serve

To get json-server, which we use for our mock database (Starting on API calls with Axios)

    $ npm install -g json-server

To run the mock database

    $ json-server --watch db.json

About


Languages

Language:Vue 70.0%Language:JavaScript 27.8%Language:HTML 2.1%