UI Tool for Serverless Plus CLI
npm install @slsplus/ui



Serverless Plus UI Tool
``bash`
$ npm i @slsplus/ui --save
`js
import { startServer } from '@slsplus/ui';
startServer();
`
Sometimes, we should get parameters(eg: vpc list) list by api, but they are developer's cloud resources, so if you want to config these parameters, @slsplus/ui server need authentication. So please config TENCENT_SECRET_ID and TENCENT_SECRET_KEY in global environment variables.
Of course, if you are using @slsplus/cli, you can run sp config command to config it.
`bash`
$ sp config
? SecretId
? SecretKey
Install dependencies:
`bash`
$ npm run bootstrap
Run server and client:
`bash``
$ npm run dev
MIT License
Copyright (c) 2020 Serverless Plus