安装及环境配置
安装依赖
$ yarn add rxjs jorum
# or
$ npm install rxjs jorum --save配置TypeScript
{
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
//...
},
//...
}Last updated
Was this helpful?