dinohorvat / angular-rappid

RappidJS + JointJS with Angular 6+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JointJS

This project was generated with Angular CLI version 6.0.0.

Dependencies:

npm install lodash@3.10.1 --save

npm install backbone --save

npm i jquery --save

Include in angular.json:

<!-- Rappid/JointJS dependencies: -->
"styles": [
      "src/styles.css",
       "src/vendor/css/rappid.css"
  ],
  "scripts": [
       "node_modules/jquery/dist/jquery.js",
       "node_modules/lodash/index.js",
       "node_modules/backbone/backbone-min.js",
        "src/vendor/js/rappid.js"
  ]

       "node_modules/lodash/lodash.js",  if newest version

About

RappidJS + JointJS with Angular 6+


Languages

Language:TypeScript 62.8%Language:CSS 24.6%Language:HTML 7.0%Language:JavaScript 5.6%