11# log-viewer
22
3- [ ![ Build Status] ( https://travis-ci.com/ FEMessage/log-viewer.svg?branch= master )] ( https://travis-ci.com/FEMessage/log-viewer )
4- [ ![ NPM Download] ( https://img.shields.io /npm/dm/@femessage/log-viewer.svg )] ( https://www.npmjs.com/package/@femessage/log-viewer )
5- [ ![ NPM Version] ( https://img.shields.io /npm/v/@femessage/log-viewer.svg )] ( https://www.npmjs.com/package/@femessage/log-viewer )
6- [ ![ NPM License] ( https://img.shields.io /npm/l /@femessage/log-viewer.svg )] ( https://github.com/FEMessage/log-viewer/blob/master/LICENSE )
3+ [ ![ Build Status] ( https://badgen.net/travis/ FEMessage/log-viewer/ master )] ( https://travis-ci.com/FEMessage/log-viewer )
4+ [ ![ NPM Download] ( https://badgen.net /npm/dm/@femessage/log-viewer )] ( https://www.npmjs.com/package/@femessage/log-viewer )
5+ [ ![ NPM Version] ( https://badgen.net /npm/v/@femessage/log-viewer )] ( https://www.npmjs.com/package/@femessage/log-viewer )
6+ [ ![ NPM License] ( https://badgen.net /npm/license /@femessage/log-viewer )] ( https://github.com/FEMessage/log-viewer/blob/master/LICENSE )
77[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( https://github.com/FEMessage/log-viewer/pulls )
88[ ![ Automated Release Notes by gren] ( https://img.shields.io/badge/%F0%9F%A4%96-release%20notes-00B2EE.svg )] ( https://github-tools.github.io/github-release-notes/ )
99
1010log-viewer is a vue component which can display terminal log in browser with high performance.
1111
12- ![ 1.gif ] ( https://cdn.nlark .com/yuque/0/2019/gif/298847/1563414930214-34da6e0b-bdbe-4c59-b531-772afa146417 .gif#align=left&display=inline&height=837&name=1.gif&originHeight=837&originWidth=1118&size=78547&status=done&width=1118 )
12+ ![ new-log ] ( https://user-images.githubusercontent .com/53422750/65296811-4cb5b700-db98-11e9-9b55-1a5c8633ae8f .gif )
1313
1414[ 中文文档] ( ./README-zh.md )
1515
1616## Table of Contents
1717
18- * [ Features] ( #Features )
19- * [ Install] ( #Install )
20- * [ Usage] ( #Usage )
21- * [ Performance] ( #performance )
22- * [ Contributors] ( #Contributors )
23- * [ MIT] ( #MIT )
18+ - [ Features] ( #features )
19+ - [ Install] ( #install )
20+ - [ Usage] ( #usage )
21+ - [ Reference] ( #reference )
22+ - [ Performance] ( #performance )
23+ - [ Memory Usage] ( #memory-usage )
24+ - [ item-mode] ( #item-mode )
25+ - [ vfor-mode] ( #vfor-mode )
26+ - [ Render timeline] ( #render-timeline )
27+ - [ item-mode] ( #item-mode-1 )
28+ - [ vfor-mode] ( #vfor-mode-1 )
29+ - [ Contributing] ( #contributing )
30+ - [ Contributors] ( #contributors )
31+ - [ License] ( #license )
2432
2533## Features
2634
27- * Process some special characters in the log stream
28- * High performance, and process large amounts of data without jamming
29- * Customize loading status
30- * Auto scroll to the bottom
35+ - Process some special characters in the log stream
36+ - High performance, and process large amounts of data without jamming
37+ - Customize loading status
38+ - Auto scroll to the bottom
3139
3240[ ⬆ Back to Top] ( #table-of-contents )
3341
@@ -42,20 +50,17 @@ yarn add @femessage/log-viewer
4250## Usage
4351
4452``` html
45- <log-viewer
46- :log =" log"
47- :loading =" isLoading"
48- />
53+ <log-viewer :log =" log" :loading =" isLoading" />
4954```
5055
5156[ ⬆ Back to Top] ( #table-of-contents )
5257
5358## Reference
5459
55- * [ thanks to react-lazylog] ( https://github.com/mozilla-frontend-infra/react-lazylog )
56- * [ travis-ci logs] ( https://travis-ci.org/ )
57- * [ http://jafrog.com/2013/11/23/colors-in-terminal.html ] ( http://jafrog.com/2013/11/23/colors-in-terminal.html )
58- * [ https://en.wikipedia.org/wiki/ANSI_escape_code ] ( https://en.wikipedia.org/wiki/ANSI_escape_code )
60+ - [ thanks to react-lazylog] ( https://github.com/mozilla-frontend-infra/react-lazylog )
61+ - [ travis-ci logs] ( https://travis-ci.org/ )
62+ - [ http://jafrog.com/2013/11/23/colors-in-terminal.html ] ( http://jafrog.com/2013/11/23/colors-in-terminal.html )
63+ - [ https://en.wikipedia.org/wiki/ANSI_escape_code ] ( https://en.wikipedia.org/wiki/ANSI_escape_code )
5964
6065[ ⬆ Back to Top] ( #table-of-contents )
6166
@@ -104,6 +109,19 @@ Total time: 956.86ms<br />
104109
105110[ ⬆ Back to Top] ( #table-of-contents )
106111
112+ ## Contributing
113+
114+ For those who are interested in contributing to this project, such as:
115+
116+ - report a bug
117+ - request new feature
118+ - fix a bug
119+ - implement a new feature
120+
121+ Please refer to our [ contributing guide] ( https://github.com/FEMessage/.github/blob/master/CONTRIBUTING.md ) .
122+
123+ [ ⬆ Back to Top] ( #table-of-contents )
124+
107125## Contributors
108126
109127Thanks goes to these wonderful people ([ emoji key] ( https://allcontributors.org/docs/en/emoji-key ) ):
0 commit comments