canionlabs / MESFront

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Vue 55.8%Language:CSS 26.3%Language:JavaScript 17.6%Language:HTML 0.1%Language:Dockerfile 0.1%