- dfc_front is a web-front for dfc paint,dfc is a dataflow language disigned by SZU NHPCC SKT.
- in this platform,we can design our dataflow graph and translate it to dfc code.
- mainly use jsplumb and vue.js
npm install
npm run serve
npm run build
place the dist to nginx html dir.eg:in centos,is /usr/share/nginx/html/
then in nginx redir the api req to backend
npm run lint