在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):strongloop/gulp-loopback-sdk-angular开源软件地址(OpenSource Url):https://github.com/strongloop/gulp-loopback-sdk-angular开源编程语言(OpenSource Language):JavaScript 100.0%开源软件介绍(OpenSource Introduction):gulp-loopback-sdk-angularWe urge all LoopBack 3 users to migrate their applications to LoopBack 4 as soon as possible. Refer to our Migration Guide for more information on how to upgrade. Overviewgulp plugin for auto-generating Angular $resource services for LoopBack. This is a port of the Grunt plugin here Install$ npm install --save-dev gulp-loopback-sdk-angular Usagevar gulp = require('gulp');
var rename = require('gulp-rename');
var loopbackAngular = require('gulp-loopback-sdk-angular');
gulp.task('default', function () {
return gulp.src('./server/app.js')
.pipe(loopbackAngular())
.pipe(rename('lb-services.js'))
.pipe(gulp.dest('./client/js'));
}); APIloopbackAngular(options)optionsoptions.ngModuleNameType: Name for the generated AngularJS module. options.apiUrlType: Everything Elsehttp://docs.strongloop.com/display/LB/AngularJS+JavaScript+SDK LicenseMIT © Zi Ming Lin Module Long Term Support PolicyThis module adopts the Module Long Term Support (LTS) policy, with the following End Of Life (EOL) dates:
Learn more about our LTS plan in the docs. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论