Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 413 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 413 Bytes

Template for dum library projects. (Beginners should try dum-web-template first.) Just git clone https://github.com/dum-build/dum-library-template.git and start working!

Build

(You might want to keep this section in your own README.md)

npm install -g bower
bower install
npm install
npm prepublish # Or `npm run watch` to keep building