Skip to content

canionlabs/MESFront

Repository files navigation

Codacy Badge

MES Front

MES project dashboard built with vue and vuestic.

Prerequisites:

  • Node.js (at least 4.x, 8.x recommended)
  • npm version 3+ and Git.

Browser Support

  • Latest Chrome, Firefox, Safari, Edge, IE11+

Installation

# clone the repo
$ git clone https://github.com/caiovictormc/mes-front.git myproject

# go into app's directory and install dependencies:
$ cd myproject
$ npm install

# serve with hot reload at localhost:8080.
$ npm run dev

# build for production with minification
$ npm run build

# build for production and view the bundle analyzer report.
$ npm run build --report

Browser Support

  • Latest Chrome, Firefox, Safari, Edge, IE11+

Installation

# create new project via vuestic-installer command.
$ vuestic myproject

or

# clone the repo
$ git clone https://github.com/epicmaxco/vuestic-admin.git myproject

# go into app's directory and install dependencies:
$ cd myproject
$ npm install

# serve with hot reload at localhost:8080.
$ npm run dev

# build for production with minification
$ npm run build

# build for production and view the bundle analyzer report.
$ npm run build --report

Documentation

Vuestic - documentation Vue.js - documentation

Releases

No releases published

Packages

No packages published