@tigojs/fepanel
v0.2.18
Published
Front-end panel intergration for tigo.
Downloads
12
Readme
@tigojs/fepanel
Integrate the panel to your tigo server.
Usage
If you hasn't installed @tigojs/cli before, you should install it to your server first:
npm install @tigojs/cli -gPlease ensure that @tigojs/hostbinder is installed, it's necessary.
If not, please install it fisrt:
tigo add hostbinderThen run the following command:
tigo add fepanelIn your .tigorc, please set the configuration for this module:
// .tigorc.js
module.exports = {
plugins: {
fepanel: {
package: '@tigojs/fepanel',
config: {
distPath: '', // the dist path of tigo-panel
domain: '', // a domain that you want to bind to the panel
},
},
},
};Upgrade panel
If you want to upgrade the panel, you can use @tigojs/cli to do this quickly.
tigo panel upgradeLicense
MIT
