JSPM

  • Created
  • Published
  • Downloads 1309
  • Score
    100M100P100Q51493F
  • License MIT

Base components and ui for admin entities for application maked on Angular6+

Package Exports

  • @rucken/web

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rucken/web) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Greenkeeper badge NPM version Build Status Gitter Join the chat at telegram

Core with Admin UI for web application maked on Angular6+

What is Rucken?

  • Core - Base entities and services for create applications on Angular6+, include work with users, groups and permissions.
  • Web - Base ui grids and inputs and etc. for manage users, groups and permissions.

Usage

git clone https://github.com/rucken/core.git my-app
cd my-app
npm install
npm run start:prod

Usage with cli

npm install -g @rucken/cli
rucken new my-app
cd my-app
npm install
npm run start:prod

Live demo: master (SPA on GhPages) [source] - Demo application (backend: https://rucken-core-nestjs.now.sh ).

Live demo: master (SSR on Heroku) [source] - Demo application with server side rendering (backend: https://rucken-core-nestjs.now.sh ).

Live demo: develop (SSR on Now) [source] - Demo application with server side rendering (backend: https://rucken-core-nestjs.now.sh ).

Live demo: master (NestJS on Heroku) [source] - Demo application with live backend (backend: https://nestjs.com).

Live demo: develop (NestJS on Now) [source] - Demo application with live backend (backend: https://nestjs.com).

License

MIT