fepper-ui
Version:
The client-side package that powers the Fepper UI
46 lines (32 loc) • 1.56 kB
Markdown
# Client-side package that powers the Fepper UI
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![Build Status][build-image]][build-url]
[![Coverage Status][coveralls-image]][coveralls-url]
[![License][license-image]][license-url]
### Install
This package is automatically installed with a normal Fepper installation. To
install it manually:
```shell
* cd public
* npm install
```
### Update
```shell
* cd public
* npm update
```
### Customize
All aspects of the UI are available for customization. For example, the toolbar
can accept additions, modifications, and deletions per the needs of end-users.
However, the customizations need to be made in your `source` directory, and are
not directly relevant to this package.
See the [Fepper README](https://github.com/electric-eloquence/fepper#ui-customization)
for more information.
[snyk-image]: https://snyk.io//test/github/electric-eloquence/fepper-ui/release/badge.svg
[snyk-url]: https://snyk.io//test/github/electric-eloquence/fepper-ui/release
[build-image]: https://github.com/electric-eloquence/fepper-ui/workflows/build/badge.svg?branch=release
[build-url]: https://github.com/electric-eloquence/fepper-ui/actions?query=workflow%3A"build"
[coveralls-image]: https://img.shields.io/coveralls/electric-eloquence/fepper-ui/release.svg
[coveralls-url]: https://coveralls.io/r/electric-eloquence/fepper-ui
[license-image]: https://img.shields.io/github/license/electric-eloquence/fepper-ui.svg
[license-url]: https://raw.githubusercontent.com/electric-eloquence/fepper-ui/release/LICENSE