Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 642 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 642 Bytes

Web Client

A Vue.js web client for the Smart Planner project

Installation

  1. Install node.js 8.12.0 or newer (https://nodejs.org/en/)

Running in developers mode

To see live preview of the webpage follow below steps:

  1. Open command prompt in ../SmartPlanner/WebClient/ directory
  2. To start the dev server execute npm run dev
  3. If any package is missing execute npm install and again npm run dev
  4. open http://localhost:8080/ in your browser

Build options

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build