0.1.1 • Published 6 years ago
@jennifersoft/front v0.1.1
JENNIFER Front
JENNIFER Front is web application front-end monitoring tools.
How to install
Install package with npm(or yarn).
npm install --save @jennifersoft/front
# or
yarn add @jennifersoft/front
Init once before application start.
import { init } from '@jennifersoft/front';
init({
appId: 'APPLICATION ID',
});
// ...
0.1.1
6 years ago