aurelia-metro-ui v1.0.0-alpha
aurelia-metro-ui
This library represents metro style UI controlls for Aurelia framework. Design and styles are based on the original Metro UI CSS
Dependencies
This library has NO external dependencies.
Used By
This library is a plugin and is not used by the core framework.
Building The Code
To build the code, follow these steps.
- Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
From the project folder, execute the following command:
npm installEnsure that Gulp is installed. If you need to install it, use the following command:
npm install -g gulpTo build the code, you can now run:
gulp buildYou will find the compiled code in the
distfolder, available in three module formats: AMD, CommonJS and ES6.See
gulpfile.jsfor other tasks related to generating the docs and linting.
Running The Tests
//TODO Under construction
Running The Sample
To run the sample code using this plugin proceed with these additional steps:
Go to the
sampledirectory and install dependencies usingjspm:cd sample jspm installGo back to the root of the project and use gulp to serve the sample project:
cd .. gulp run-sample
How to install this plugin?
//TODO Under construction
Using the plugin
//TODO Under construction
10 years ago