A frontend library to develop zoomable user interfaces.
Like it? Get involved, fork it or leave a star.
npm install [email protected]
Switch 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.git
After cloning the repository, execute:
npm install
To 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