0.0.1 • Published 10 years ago
miveus v0.0.1
*copy this text. The go to http://dillinger.io/ and paste it inside the markdown section
Prerequisite
- You need node v0.8 or higher to run this program. Follow this Node Installation Instruction.
- Download and install Git form here. Git is required by Bower.
- Install Grunt's command line interface (CLI) globally
$ npm install -g grunt-cli- Install Bower to manage this template dependencies(plugin, library etc)
$ npm install -g bower- cd to the Miveus folder and run this 2 command:
$ npm install$ bower install- Then you can run the Command Line Instruction available in Miveus. Just make sure that you cd to the Miveus folder.
Command Line Instruction
- Build temporary web server and enable auto reload. Good for development purpose
$ grunt serve- Run documentation
$ grunt docs- copy all the needed files and folders to dist folder.
$ grunt dist- copy all the needed files and folders to dist folder and minify all javascript, stysheet, html and images.
$ grunt dist --min0.0.1
10 years ago