koco-url-utilities

1.5.5 • Public • Published

koco-url-utilities

URL utilities to be used with a KOCO project.

See API reference

Installation

bower install koco-url-utilities

Usage with KOCO

This is a shared module that is used in many other module. The convention is to configure an alias in the require.configs.js with the name url-utilities like so:

paths: {
  ...
  'url-utilities': 'bower_components/koco-url-utilities/src/url-utilities'
  ...
}

The configuration file

This module uses the configs object and will be using a property named baseUrl.

{
    baseUrl: '/base-url-for-my-app/' // Note the leading and trailing slashes.
}

/koco-url-utilities/

    Package Sidebar

    Install

    npm i koco-url-utilities

    Weekly Downloads

    2

    Version

    1.5.5

    License

    MIT

    Last publish

    Collaborators

    • ozakaria-rc
    • rcguillaume
    • adruffin-rc
    • pubach
    • hugo.leclerc
    • laurentlbm-rc
    • clarose
    • vietsrc
    • matstlo
    • fcharest
    • rcmax