brixo-framework v0.0.48
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.
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago