Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 364 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 364 Bytes

Data Me Frontend

Requirements

  • Node v 10.15.3
  • Node Package Manager (npm) v5.0.0

Installation

This process is not different from a regular Vue.js project installation. We run the following commands.

npm install

Running the server

To run this project just run this command where the project is installed.

npm run serve And magic happens...