All Projects → DSI-HUG → Dejajs Components

DSI-HUG / Dejajs Components

Licence: apache-2.0
Angular components

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Dejajs Components

Material
A lightweight Material Design library for Angular based on Google's Material Components for the Web.
Stars: ✭ 143 (+286.49%)
Mutual labels:  material, material-components, angular-components
Nebular
💥 Customizable Angular UI Library based on Eva Design System 🌚✨Dark Mode
Stars: ✭ 7,368 (+19813.51%)
Mutual labels:  webpack, angular-components, angular2
Smart Webcomponents
Web Components & Custom Elements for Professional Web Applications
Stars: ✭ 110 (+197.3%)
Mutual labels:  material, material-components, html5
Videogular2
The HTML5 video player for Angular 2
Stars: ✭ 678 (+1732.43%)
Mutual labels:  angular-components, angular2, angular-2
Angular4-seed
Angular 4 Seed for Angular Forms
Stars: ✭ 37 (+0%)
Mutual labels:  angular2, angular-2, angular-components
Vue Meizi
vue最新实战项目,vue2 + vuex + webpack + es6 干货多多,新手福利
Stars: ✭ 1,476 (+3889.19%)
Mutual labels:  webpack, demo, html5
Angular5 Example Shopping App
Angular 5 Example Shopping App + Angular Material + Responsive
Stars: ✭ 120 (+224.32%)
Mutual labels:  material, angular2, angular-2
Eleme
restructure..
Stars: ✭ 1,635 (+4318.92%)
Mutual labels:  webpack, demo, html5
Ngx Auth Firebaseui
Angular Material UI component for firebase authentication
Stars: ✭ 518 (+1300%)
Mutual labels:  demo, material, angular-components
Demo Progressive Web App
🎉 A demo for progressive web application with features like offline, push notifications, background sync etc,
Stars: ✭ 798 (+2056.76%)
Mutual labels:  demo, material, html5
Webpack Alioss Plugin
阿里 oss-webpack 自动上传插件
Stars: ✭ 35 (-5.41%)
Mutual labels:  webpack, webpack2
Angular2 Starter Webpack
Angular 2 starter kit with Webpack 2, Karma, Sass, Protractor, Istabul and Tslint
Stars: ✭ 13 (-64.86%)
Mutual labels:  webpack2, angular2
Material Components
Documentation and policies for Material Components (all platforms)
Stars: ✭ 872 (+2256.76%)
Mutual labels:  material, material-components
Thinkful Workshop React Redux Node Mongodb Webpack2
Stars: ✭ 12 (-67.57%)
Mutual labels:  webpack, webpack2
M Fe Boilerplates
Lucid & Futuristic Production Boilerplates For Frontend(Web) Apps, React/RN/Vue, with TypeScript(Optional), Webpack 4/Parcel, MobX/Redux 💫 多技术栈前端项目模板
Stars: ✭ 877 (+2270.27%)
Mutual labels:  webpack, webpack2
Bootstrap
Open Source JS plugins
Stars: ✭ 13 (-64.86%)
Mutual labels:  html5, angular2
Generator Fountain Webapp
Yeoman 'fountain' generator to start a webapp
Stars: ✭ 985 (+2562.16%)
Mutual labels:  webpack2, angular2
Webpack2 Express Heroku Starter
Starter app using Webpack 2, Express, setup to deploy to Heroku.
Stars: ✭ 12 (-67.57%)
Mutual labels:  webpack, webpack2
Front End Canteen
你的前端食堂,吃好每一顿饭🍥
Stars: ✭ 878 (+2272.97%)
Mutual labels:  webpack, html5
Ionic2 Environment Variables
Demonstration on how to easily setup environment variables in Ionic 2
Stars: ✭ 20 (-45.95%)
Mutual labels:  webpack2, angular2

npm version travis build License Commitizen friendly codebeat badge

@deja-js/component

This is the home for the Hôpitaux Universitaires de Genève - DSI - Domaine Patient team's Angular components for Angular and material.

Online demo : https://dsi-hug.github.io/dejajs-components

Intro

This repository is an Angular components library and the common utility functions, with a demo application for testing it.

Requirements

Before you can build this project, you must install and configure the following dependencies on your machine:

  1. [Node.js][]: We use Node to run a development web server and build the project. Depending on your system, you can install Node either from source or as a pre-packaged bundle.
  2. [Yarn][]: (Optional) We use Yarn to manage Node dependencies. Depending on your system, you can install Yarn either from source or as a pre-packaged bundle.

Getting started

Begin by cloning the repository.

After cloning, you should be able to run the following command to install development tools. You will only need to run this command when dependencies change in package.json.

yarn or npm i

Take a look at the project folder. All components are placed here. The demo application is under src folder.

Running demo app

yarn start or npm start

and navigate to http://localhost:5100.

Build

To build the library you can use the command npm run build:lib

A dist/ folder will be created in the root directory for the library.

Test

Just run npm run test:lib to launch tests.

Contributing

Contributions are welcome! To ensure speedy merges, please:

  • base any pull requests on the develop branch.
  • ensure that the code passes TSLint validation with the included ruleset.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].