@nuofe/ndk-build-tool
v8.2.6
Published
Build tool for Nuo FE.
Downloads
158
Readme
Nuo FE Build Tool
Build tool for Nuo FE.
Install
npm i @nuofe/ndk-build-tool -g
Usage
Command must run in root of app or web package.
First init build config for package.
ndk-init
Second start build or develop.
ndk-build
or
ndk-dev
Use --next
argument upgrade project devDependencies to latest version include next tag.
Other arguments can be transmit to ndk-builder build
or ndk-builder dev
arguments.
After build, start loacl static server.
ndk-start