Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.09 KB

File metadata and controls

23 lines (17 loc) · 1.09 KB

Travis Build Status CircleCI Build Status npm version

modul-components

A set of VueJS components for Modul web applications (beta release).

Usage

  1. Clone this project
  2. Run npm run setup
  3. Run npm run dev

Deployment for local usage

  1. Run npm pack
  2. Add the dependency in your package.json ("@ulaval/modul-components": "file://<path-to>\ulaval-modul-components-<version>.tgz")

The npm pack command produces multiple .js files along with their definition files (.d.ts), html templates, scss files, etc.

Usage as a dependency in your project (npm release version)

  1. Run npm install @ulaval/modul-components --save
  2. Look at the documentation