Web version of veezee. A Progressive Web Application made with Vue.js (ES6) and Bootstrap 4.
- Written in JavaScript ES6 without using any transpliers such as Babel
- Bootstrap 4 (Flexible layout)
- Supports installation as a PWA app (Requires modern Android/iOS versions)
You'll need to have Node 8.x, npm 6.x and Vue CLI 3.x installed in your system.
Clone the project and open Terminal/CMD and navigate to the project root and execute npm run serve
to compile and run the app. npm will
start a local webserver for the debug build.
To compile a production build run npm run build
. The compiled app will be saved in /dist
folder in the project root.