A Vue.js web client for the Smart Planner project
- Install node.js 8.12.0 or newer (https://nodejs.org/en/)
To see live preview of the webpage follow below steps:
- Open command prompt in ../SmartPlanner/WebClient/ directory
- To start the dev server execute
npm run dev
- If any package is missing execute
npm install
and againnpm run dev
- open http://localhost:8080/ in your browser
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build