Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uriegel/logview
An application which displays logging information in a special format
https://github.com/uriegel/logview
Last synced: 8 days ago
JSON representation
An application which displays logging information in a special format
- Host: GitHub
- URL: https://github.com/uriegel/logview
- Owner: uriegel
- License: mit
- Created: 2020-02-04T06:35:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T09:23:29.000Z (about 4 years ago)
- Last Synced: 2024-09-24T08:35:46.095Z (about 2 months ago)
- Language: Vue
- Size: 2.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build
## Prerequisites:
Command vue serve requires a global addon to be installed.
Please run npm install -g @vue/cli-service-global and try again.## Test
```vue serve ./dev/Test.vue```