aurelia-redeye-design
TypeScript icon, indicating that this package has built-in type declarations

1.8.2 • Public • Published

RedEye Design Aurelia

Component Library based on the RedEye Design Library.

Usage

To use this plugin, firstly install this library:

npm install "git+ssh://git@github.com/redeyeapps/aurelia-redeye-design.git#X.X.X"

X.X.X is the version number of the release. Please check this repository for the latest version.

To get the component styling, import in your project as well the CSS from the RedEye Design Library.

In your project's main.ts file, utilize the plugin.

export async function configure(aurelia: Aurelia) {
  aurelia.use
    .standardConfiguration()
    .developmentLogging();
 
  aurelia.use.plugin(PLATFORM.moduleName('aurelia-redeye-design'), config => {
    config.useAll();
  });
 
  await aurelia.start();
  await aurelia.setRoot(PLATFORM.moduleName('main'));
}

For documentation on how to use the components individually, see here

Development

NPM

To start, must link the package first.

  1. npm install
  2. npm run build && npm link aurelia-redeye-design
  3. cd /path/to/aurelia/app
  4. npm install --link aurelia-redeye-design

And when finished.

  1. cd /path/to/aurelia/app
  2. npm install --unlink aurelia-redeye-design

JSPM

To start, must link the package first.

  1. npm install
  2. npm run build && jspm link github:redeyeapps/aurelia-redeye-design@1.2.1 -y
  3. cd /path/to/aurelia/app
  4. jspm install --link aurelia-redeye-design=github:redeyeapps/aurelia-redeye-design@1.2.1

And when finished.

  1. cd /path/to/aurelia/app
  2. jspm install --unlink aurelia-redeye-design=github:redeyeapps/aurelia-redeye-design@1.2.1

Readme

Keywords

Package Sidebar

Install

npm i aurelia-redeye-design

Weekly Downloads

1

Version

1.8.2

License

MIT

Unpacked Size

507 kB

Total Files

432

Last publish

Collaborators

  • justindra
  • redeye