Package Exports
- aphs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (aphs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
aphs
Graphs for application development
####Simple steps to install:
Install with
npm install aphs
Update scripts of your package.json with following command:
"aphs": "node node_modules/aphs/server.js"
####To make your first graph follow next steps:
Run aphs with
npm run aphs
Wrap code blocks you want to visualize with marks
/-yourBlockName-/ yourBlockCode /-/yourBlockName-/
These blocks should be in files inside src directory
- Go to http://localhost:9029 in your browser. Aphs was made with Chrome and not tested with other browsers.
- Click Open graph button and choose default.
- Click Place block button, choose one of the blocks you marked up in step 2, then place another one. Now you can edit block contents from here and save it to file.
- To connect these blocks click Connect button at first of them, then click the block you want to set connection to.
- To edit or remove connection click on it.