GithubHelp home page GithubHelp logo

Comments (3)

colthreepv avatar colthreepv commented on June 23, 2024

Sorry i miss the point in that, I never used browserify, but seems a tool to use backend-based libraries in frontend (browser), not vice-versa.

Anyway for easy download and version management you can use bower, as it is like NPM, but for frontend libraries

from angular-media-player.

peterschmidler avatar peterschmidler commented on June 23, 2024

My current workflow is based on npm for the frontend end backend, either with a node.js middleware or with a build system like gulp.js. I'm hesitating to introduce a secondary package manager like bower, so I would use angular-media-player via browserify's require(). If angular-media-player was on npm, I could easily install it via my package.json with npm install. It's very easy to get your module on npm e.g. https://gist.github.com/coolaj86/1318304

from angular-media-player.

colthreepv avatar colthreepv commented on June 23, 2024

I've already published modules on npm, but it would require effort maintaining it, and seriously there are not enough users for that I think; I actually miss the point publishing a front-end only library to a node.js module package manager. (big frontend libraries do that probably because of browserify, and headless browsers but amp is just a tiny project compared to them)

Anyway, there are (luckily) alternative solutions:

  • napa let's you install arbitrary packages like bower does, but directly from package.json seems best compromise ever
  • grunt build script + grunt-bower module (still bower, but automatized)

from angular-media-player.

Related Issues (20)

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.