0.0.8 • Published 3 years ago

tsxv v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

tsx-vue

npm

Run Typescript & ESM files and automatically compile imported Vue files. Forked from esbuild-kit/tsx, but removed REPL and watch mode.

Notice: If you are compiling Vue files, manually install Vue as a dependency.

Use for Bobo Style

Usage

Install it as a development dependency:

npm install -D tsxv

And reference it directly in the package.json#scripts:

{
  "scripts":{
    "dev": "tsxv ..."
  }
}

Or just call it with npx while in the project directory:

npx tsxv ...
0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago