1.0.9 • Published 7 years ago

winston-viewer-static v1.0.9

Weekly downloads
37
License
-
Repository
github
Last release
7 years ago

winston-viewer-static

A winston log viewer based on Vue.js. This is the frontend part of winston-viewer.

Usage

We suggest you to use winston-viewer which contains the backend part and can be used as middleware for koa.

If you want to use this package independent, you can

Install

npm install winston-viewer-static

Serve

var winston_viewer_static = require('winston-viewer-static');

winston_viewer_static.static will contain the absolute path to the frontend files directory. It can be served as static files by koa-static or express.static

Build Setup

If you want to build this project by your self, you can

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

This is a Typescript enabled vue project with webpack. Template and style are loaded by vue-loader, typescript files are loaded by ts-loader. If you are not familiar with typescript, you can remove ts file, and write pure javascript in tag inside .vue files.

Typescript are split into individual files, so that it can get better support by IDE like WebStorm. Code completion works perfect.

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.0

7 years ago