Giter Club home page Giter Club logo

angularjs-gulp-browserify-boilerplate's Introduction

For the impatients

npm install -g gulp
npm install -g bower
npm install
gulp

How does it work

gulp executes one single task: it reads scripts/main/app.js and calls browserify on it.

app.js defines an angular app and requires all the external modules injecting all requirements in the app.

all modules are defined through a _module_init.js file (e.g. initialize boilerplate.controllers module under /scripts/controllers folder) that both exports the angular module and requires all functions (e.g. controllers, directives, factories, etc.) defined in the same folder.

all functions defined for the angular module are importing the module itself using browserify's require and adding properties to it (e.g. /scripts/controllers/welcome.js)

Caveats

there are a lot of things that I don't like in this boilerplate, but I think its main caveat is that using scripts/main/app.js as a single source in browserify does not let gulp execute lint/shim on singular js files. If anyone comes with a clever (and simple) solution to fix it, more than welcomed!

angularjs-gulp-browserify-boilerplate's People

Contributors

smt avatar grudelsud avatar

Watchers

jhm avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.