Sharlottes / mlogJsWatchTemplate

the mlogjs project template with watch mode - auto compiling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MlogJS watch mode template

Getting Started

before start, you need to download this repository. use git clone or download zip file and unzip it.

first, mlogjs CLI according to the doc.

npm i -g mlogjs

Note

Yarn totally not working. it will cause unknown error.

second, set up mlogjs typescript definitions directly.

mlogjs setup

last, run watch script to start watch mode.

npm run watch

now, when you save script.ts file, the source code is compiled and uploaded to logic processor after few seconds with mlogjs-watcher mod.

References

About

the mlogjs project template with watch mode - auto compiling

License:MIT License


Languages

Language:JavaScript 100.0%