Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 796 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 796 Bytes

npm version

modul-components

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

Usage

  1. Clone this project
  2. Run npm install
  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