https://github.com/fork/zen-shaw
Emmet enabled DOM generator for JavaScript
https://github.com/fork/zen-shaw
Last synced: 7 months ago
JSON representation
Emmet enabled DOM generator for JavaScript
- Host: GitHub
- URL: https://github.com/fork/zen-shaw
- Owner: fork
- License: mit
- Created: 2013-09-30T12:00:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-14T15:31:15.000Z (over 12 years ago)
- Last Synced: 2025-02-12T14:07:50.303Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://fork.github.io/zen-shaw/
- Size: 520 KB
- Stars: 0
- Watchers: 24
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Zen-Shaw
## An Emmet-powered documentFragment builder.
Use Emmet-style HTML shortcode strings to buld documentFragments or replace DOM-content with jQuery.
### Build
1. Install node on your machine.
2. Install the _Grunt-CLI_ as Root: `sudo npm install -g grunt-cli`
3. Issue `npm install` in project directory to get Grunt and it's dependencies
4. Issue `grunt` in project directory to build an uglified library.
### Issues
Soon.