JohnStratoudakis / vi-explorer.ts

Web based "LabView" VI viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VI-Explorer.ts

This is a web-based LabView-VI-File reader. You can open a .vi file from you disk and have a look into it's data or change thinks in it.

How to run

You need to install Node.js to compile and run this single-page application. To load all dependencies you need to run the command:

npm install

After that run the command:

npm run serve

to compile for development (with hot-reload mode).

Now you can open http://localhost:8080/ with your browser and play around.

How to Code

This is a VUE 3 app using TypeScript.

From Visual Studio Code you can just press CTRL-SHIFT-B to start serve and F5 to open your browser for debugging.

Have a look at the Unit-Tests. They describe how the vi-format is accessed:

npm run test:unit

To fix the coding-style-guild you can run:

npm run lint --fix

Disclaimer

LabView is a registered trademark of National Instruments and I'm not affiliated with it. This is just a hobby-project.

About

Web based "LabView" VI viewer

License:MIT License


Languages

Language:TypeScript 91.4%Language:Vue 6.6%Language:JavaScript 1.2%Language:HTML 0.8%