bce

1.9.5 • Public • Published

Use the bce --help command for more detailed task information.

Installing

$ npm install -g bce

Note: You should install ionic(v2.1.13) first.

Setup bce webAPP

$ bce setup bceApp

This command will:

Build common css and webpack Dll file

$ bce buildCommon

This command will:

  • build common css into www/lib/ionic.css
  • build common js into www/lib/ionic.js
  • write a manifest json file named ionic-manifest.json which contains mappings from real request to module id

Hot Code Push Plugin CLI

build hcp.json and hcp.manifest

$ bce hcp build [www_directory]
  • [www_directory] - path to the directory with your web project. If not specified - www is used.

Command is used to prepare project for deployment and to generate plugin specific configuration files inside www folder:

  • hcp.json - holds release related information.
  • hcp.manifest - holds information about web project files: their names (relative paths) and hashes.

deploy www files to BOS

$ bce hcp deploy [www_directory]
  • [www_directory] - path to the directory with your web project. If not specified - www is used.

Command is used to upload all www file to bos bucket.

Dependencies (20)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i bce

    Weekly Downloads

    1

    Version

    1.9.5

    License

    MIT

    Last publish

    Collaborators

    • jianling