The goal is to build a vue.js
library of templates to use Fomantic UI.
At the moment a very small part of the library has been realised. Of the elements only button
, icon
and image
is somehow complete.
If you what to see what is already done and in which direction the library is going, clone the repo, then
cd docs
npm install
npm run serve
You can run the tests by executing in the root directory
npm install
npm run test
# or
npm run test:watch