flat-service
v0.1.1
Published
local service
Downloads
1
Readme
flat-service
支持ts
, js
, sass
, less
install
npm i flat-service
Usage
serve
flat-service start
build
flat-service build
build library
TODO:
flat-service build --library abc
default option
{
entry: './src/index.ts',
devServer: {
port: 8887,
proxy: null
}
}