0.1.9 • Published 10 years ago

generator-hydraweb v0.1.9

Weekly downloads
5
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago