Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 985 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 985 Bytes

monolytics-client

🚀 http://monolytics.io

Requirements

  • Node.js 4.x or newer

Stack

  • 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

Make the awesome

Install

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

Run

$ npm start

This will start a lightweight development server http://localhost:8080.

Build for production

$ npm run build

Issues

If you run into any issues please see the Getting Started guide for Vue.js before submitting an issue.