Important! This repository has moved to a new location
A set of VueJS components for MODUL web applications (beta release).
- To create components and directives use
npm run file-gen-cli
- vue
- vue-router
- webpack
- typescript
- sass
Please refer to this repository for a template of a modul project.
- Clone this project and install using npm install
- Run npm run install
- Run npm run dev
- Run npm pack in the modUL project folder
- In you project Add the dependency in your package.json ("@ulaval/modul-components": "file://<path-to>\ulaval-modul-components-<version>.tgz")
- Then update the modUL package using npm install @ulaval/modul-components
The
npm pack
command produces multiple .js files along with their definition files (.d.ts), html templates, scss files, etc.