dw-browser-logger
v1.0.19
Published
日志记录
Downloads
100
Readme
前端监控
Development server
Run npm run start
for a dev server. Navigate to http://localhost:5400/
. The app will automatically reload if you change any of the source files.## Build
Build
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
Publish npm
Run npm init
Run npm login
Run npm run pub
引入方式
1.通过npm包形式安装到每个项目,调用初始化方法传入项目数据,手动调用npm包方法添加业务日志
npm i dw-browser-logger --save
2.通过html文件引入js文件的方式,通过调用window全局属性上的方法进行初始化,手动调用window全局属性上的方法添加业务日志
<script type="application/javascript" src="https://test.com/index.js"></script>
调用方法
// @ts-ignore
const dwBrowserLogger = new DwBrowserLogger();
window.__DwBrowserLogger