Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 716 Bytes

README.md

File metadata and controls

53 lines (35 loc) · 716 Bytes

vue3-node


[WIP] Vue3 execution environment for node.js

npm version LICENSE

Installation

via NPM

$ npm install vue3-node

via Yarn

$ npm install vue3-node

Usage

Insert vue3-node into preload script

// package.json
{
  "scripts": {
    "test": "node -r vue3-node ./tests/a.spec.ts"
  }
}

Programmatically

require('vue3-node');

Feature Planning

  • Sourcemap