- Node.js 4.x or newer
- Vue.js
1.0.x
simple yet powerful library for building modern web interfaces. - Babel
6.x.x
for ES6+ support - Webpack module loader and bundler
Just clone the repo and start :
$ git clone https://github.com/LeoLeBras/monolytics-client.git
$ cd monolytics-client
$ npm i # Install Node.js components listed in ./package.json
$ npm start
This will start a lightweight development server http://localhost:8080
.
$ npm run build
If you run into any issues please see the Getting Started guide for Vue.js before submitting an issue.