1.1.2-alpha.23 • Published 1 month ago

@vintecc/interact-tools v1.1.2-alpha.23

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago

Interact-tools

Installation

npm install @vintecc/interact-tools -g
- or -
npm install @vintecc/interact-tools --save-dev

Initialise repository

interact-tools init

Adding a component

interact-tools add-component

Build components for production

interact-tools build-components

Watch components for developent

interact-tools watch-components

interact.config.json

Build path should be relative to current directory.

{
    "buildPath": "build", // specifies the path where the components will be compiled
    "devBuildPath": "build" // build path for the watch-components script
}

Show available options

interact-tools help