README
Bricks
Introduction
Coming soon
Installation
# The Yarn way
yarn add v-bricks -S
# The NPM way
npm install v-bricks -S
Usage
Coming soon
Development Mode
If you want to contribute or test the bricks components, you can run the demo mode that gives you a local and interactive way of the manipulating the components.
# The Yarn way
yarn demo
# The NPM way
npm run demo
The demo website will be accessible at http://localhost:8080.
Build
Coming soon
Tests
Coming soon