Skip to content

chuckmah/modul-components

 
 

Repository files navigation

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

About

Library of VueJS components.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 65.9%
  • HTML 17.1%
  • CSS 15.3%
  • JavaScript 1.4%
  • Other 0.3%