Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 540 Bytes

File metadata and controls

33 lines (22 loc) · 540 Bytes

GraphSimViz-web Frontend service

This repository contains the vue-js frontend of the GraphSimViz projects web-appliction.

Setup

npm install

Dev-deployement

General Vue.js tips

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.