Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

veezee-music/veezee-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

veezee-web


Web version of veezee. A Progressive Web Application made with Vue.js (ES6) and Bootstrap 4.

Features

  • 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)

How to use

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.