0.0.5 • Published 10 years ago
marko-semantic-ui-taglibs v0.0.5
marko-semantic-ui-taglibs

Marko taglibs for Semantic UI
TODO
- Trim down number of tags by using clever logic and conditional magic!
- Add Feed tags
Install
$ npm install --save marko-semantic-ui-taglibsUsage
Have your taglib reference a package.json such as the one in your root project folder.
"taglib-imports": [
"../package.json"
]In your package.json, ensure marko-semantic-ui-taglibs is listed in dependencies
{
"dependencies": {
"marko-semantic-ui-taglibs": "^0.0.1",
}
}The taglibs finder will then look up in each module in node_modules to see if it has a marko-taglib.json in the root and import it if found.
Development
Use Jade to develop templates. Then run gulp jade:marko to generate marko templates!
When you are happy with your changes, create index files for components by running:
node indexes.js
Or via npm:
npm run index
License
MIT © Kristian Mandrup