ixocreate / admin-frontend
IXOCREATE Admin Frontend Application
Installs: 6 962
Dependents: 3
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 3
Open Issues: 27
Language:TypeScript
Type:project
- dev-develop
- 1.1.13
- 0.1.47
- 0.1.46
- 0.1.45
- 0.1.44
- 0.1.43
- 0.1.42
- 0.1.41
- 0.1.40
- 0.1.39
- 0.1.38
- 0.1.37
- 0.1.36
- 0.1.35
- 0.1.34
- 0.1.33
- 0.1.32
- 0.1.31
- 0.1.30
- 0.1.29
- 0.1.28
- 0.1.27
- 0.1.26
- 0.1.25
- 0.1.24
- 0.1.23
- 0.1.22
- 0.1.21
- 0.1.20
- 0.1.19
- 0.1.18
- 0.1.17
- 0.1.16
- 0.1.15
- 0.1.14
- 0.1.13
- 0.1.12
- 0.1.11
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.2
- 0.1.1
- 0.1.0
- dev-master
- dev-dependabot/npm_and_yarn/json5-1.0.2
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/jszip-3.10.1
- dev-dependabot/npm_and_yarn/moment-timezone-0.5.35
- dev-dependabot/npm_and_yarn/angular/core-11.0.5
- dev-dependabot/npm_and_yarn/eventsource-1.1.1
- dev-dependabot/npm_and_yarn/url-parse-1.5.9
- dev-dependabot/npm_and_yarn/karma-6.3.16
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/shelljs-0.8.5
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/chart.js-2.9.4
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/ng-packagr-10.1.1
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/handlebars-4.7.7
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/dot-prop-4.2.1
- dev-dependabot/npm_and_yarn/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/quill-1.3.7
This package is auto-updated.
Last update: 2024-10-26 13:05:28 UTC
README
Angular application that interacts with IXOCREATE's Admin API. It is added as Composer dependency in the Admin package by default to ensure API client compatibility.
Features
- Bootstrap application configuration either externally through template (does not require build) or hard coding (requires build)
- Ensure API version compatibility through content negotiation for core and project features
- Lazy loaded modules and AoT build by default for increased performance
- Mobile friendly UI based on Bootstrap 4 and a modified variant of CoreUI.
- Deploy pre-built as is to use out of the box features
- White labeling by configuration
Installation
Install the package via composer:
composer require ixocreate/admin-frontend
Usage
Pre-Built
Directly include the build
folder contents in your project
Customize & Extend
Extend the application with custom features as explained in detail below.
Development
IXOCREATE's admin application can be customized by extending the feature set with custom components and building the application.
The application layout is based on a default angular-cli
project setup to not get in the way of common Angular development workflows.
Note: To run and build the application please use the npm scripts defined in package.json
instead of direct ng
commands as described in the following sections.
Development server
$ yarn run serve
Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
To specify the port the app should be served at (e.g. 4201
instead of the angular default 4200
) change the port in package.json or use:
$ yarn run serve --port=4201
Update ngx-admin
To update the core library run
$ yarn install @ixocreate/ngx-admin
Note: make sure the updated library version is compatible with the current Admin API version that is used in your project.
For change requests and/or bug fixes for ngx-admin please refer to the ngx-admin package.
Code scaffolding
Run ng g component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Build
$ yarn run build
The build artifacts will be stored in the build/
directory. The --prod
flag for a production build is default.
Running unit tests
Execute the unit tests via Karma:
$ yarn run test
Running end-to-end tests
Execute the end-to-end tests via Protractor:
$ yarn run e2e
Documentation
Learn more about IXOCREATE by reading its Documentation.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
If you discover security vulnerabilities, please address issues directly to opensource@ixocreate.com via e-mail.
License
The MIT License (MIT). Please see LICENSE for more information.