0.1.9 • Published 8 years ago

generator-hydraweb v0.1.9

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

Prereqs and installation requirements

download and install node.js (need version 4.0.0 or more)

install yeoman.

npm install -g yo

generator-hydraweb installation

To install generator-hydraweb from npm, run:

npm install -g generator-hydraweb

Create new web project

Once every packages are installed on your computer, you can create new web projects.

Go to your project's folder:

cd my/new/project

Finally, initiate the generator:

yo hydraweb

How to use

To compile, minify and uglify the files from src to dist and start the server, run:

gulp serve

To bind all .js and .scss files in the debug.html, without minify and uglify to help you to debug, and start the server in debug modus, run:

gulp serve:debug
0.1.9

8 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago