当前位置: 首页 > 软件库 > 手机/移动开发 > >

generator-ng2-seed-advanced

授权协议 MIT License
开发语言 JavaScript TypeScript
所属分类 手机/移动开发
软件类型 开源软件
地区 不详
投 递 者 皇甫建木
操作系统 iOS
开源组织
适用人群 未知
 软件概览

generator-ng2-seed-advanced

An advanced Angular2 project generator with support for ngrx/store, ng2-translate, angulartics2, lodash, NativeScript (native mobile), Electron (Mac, Windows and Linux desktop) and more.

Installation

First, install Yeoman and generator-ng2-seed-advanced using npm (we assume you have pre-installed node.js).

npm install -g yo typings gulp gulp-cli typescript
npm install -g generator-ng2-seed-advanced

Generate your new project

yo ng-2-seed-advanced

Generate a new component

yo ng-2-seed-advanced:component < component name >

Generate a new router

yo ng-2-seed-advanced:router < router name >

Generate a new service

yo ng-2-seed-advanced:service < service name >

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © victorsosa

 相关资料
  • NativeScript Ng2 Drawer Seed Nativescript seed project with nativescript-telerik-uidrawer support integrated and ready to be used. To test the app just clone the repository and run: $ tns run android

  • Please read this notice first before continuing. This is an advanced seed project for Angular apps based on Minko Gechev's angular-seed that expands on all of its great features to include core suppor

  • 描述 (Description) 方法seed()设置用于生成随机数的整数起始值。 在调用任何其他随机模块函数之前调用此函数。 语法 (Syntax) 以下是seed()方法的语法 - seed ( [x] ) Note - 此函数不能直接访问,因此我们需要导入种子模块,然后我们需要使用随机静态对象调用此函数。 参数 (Parameters) x - 这是下一个随机数的种子。 如果省略,则需要系

  • 前言 开箱即用的多页面模板, 基于 webpack4 babel7 开发可复用的现代化网站, 解决非 SPA 应用, html 复用, 模块化开发编译等问题. 如果感兴趣该项目, 请点个 star 及时关注项目更新, 请点个 watch 项目 bug, 请提 issue Online demo 旧版分支 1.x 新版本 2.x 使用webpack-chain进行构建程序 重构整体页面配置, 包括模

  • No longer under active maintenance For starting a new project consider Angular CLI. Read more here.

  • NGXP Seed A "simple" starter project to create native mobile and web apps with single shared code base using angular and nativescript. It is designed to plug to the spring-rest-api-starter backend. Th