Skip to content

Commit

Permalink
feat: init web-performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Chryseis committed May 10, 2021
1 parent 8fd47d8 commit b081a24
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/web-performance/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 性能监控

## 指标
| Measure | Api | Description |
| ------- |---| --- |
|FP|getFP||
Empty file.
8 changes: 4 additions & 4 deletions packages/web-performance/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
function init():void {
class WebVitals {
constructor() {

}

}


export {
init
}
Empty file.
Empty file.
Empty file.

0 comments on commit b081a24

Please sign in to comment.