vvsh
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

vvsh

How to start

Using npx

npx vvsh
npm install -g vvsh
vvsh

Install independent binary

Install in user mode, or install in global mode

Linux, MacOS, Windows Git-Bash

wget ""
curl ""

windows

 

Webpack Config

 
const path = require('path');
 
module.exports = {
  entry: './src/ghlx.ts',
 
  module: {
    rules: [{
        test: /.tsx?$/,
        use: 'ts-loader'
        // configFile: "./tsconfig.json"
    }]
  },
  resolve: {
    extensions: ['.tsx', '.ts', '.js']
  },
  output: {
    filename: 'ghlx.js',
    path: path.resolve(__dirname, 'webpack')
  },
 
  mode: "development",
//   mode: "production",
  target: "node",
  node: {
    __dirname: false,
  }
};
 

Readme

Keywords

none

Package Sidebar

Install

npm i vvsh

Weekly Downloads

2

Version

0.0.8

License

ISC

Unpacked Size

96.8 kB

Total Files

51

Last publish

Collaborators

  • lteam