A frontend library to develop zoomable user interfaces.
Like it? Get involved, fork it or leave a star.
npm install zircle@1.4.0-rc.1Switch to master branch for latest estable release and documentation
Many things could be improved and enriched with you collaboration no matter if you are a developer or not. Here you will find some guidelines for inspiration.
This is a dev branch, to be updated about what is being doing you can see the CHANGELOG and read the issues.
You will need Node.js version 8+ installed.
Open a terminal and type:
git clone https://github.com/zircleui/zircleui.gitAfter cloning the repository, execute:
npm installTo work with the dev branch, run:
git checkout dev# start demo app
npm run serve
# to check and fix code
npm run lint
# run jest unit tests
npm test
# build zircle-ui library
npm run build:zircle.
├── dist
├── node_modules
├── public
├── src
│ ├── components
│ │ └── child-components
│ ├── store
│ │ └── modules
│ └── styles
│ └── sass
└── tests
└── unit
MIT Licensed | Copyright © 2017 - present | Juan Martín Muda
