A set of VueJS components for Modul web applications (beta release).
- Clone this project
- Run npm install
- Run npm run dev
- Run npm pack
- 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.
- Run npm install @ulaval/modul-components --save
- Look at the documentation