brixo-framework

0.0.48 • Public • Published

brixo-framework


Base utilities and dependencies for the Brixo framework

Quick Start

Create a new folder as root for your SPA:

mkdir my-app
cd my-app

Install Brixo Framework and initialise:
(you will be prompt for the app's name)

npm init
npm install brixo-framework --save
brixo-init 

The basic application (Hello World) is build and executed in your browser.

The Basic Scaffold

The entry points are:

  • index.html
  • main.js

Work with Components

To create a new component run:
(you will be prompt for the component type and name)

grunt scaffold:item

To execute a single component in isolation:

grunt {component-name}

To test a single component in isolation:

grunt karma:run-{component-name}

Copyright and license

Code and documentation copyright 2015 Citrix, Code released under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i brixo-framework

Weekly Downloads

0

Version

0.0.48

License

MIT

Last publish

Collaborators

  • kumaresanc
  • loganathans