aurelia-metro-ui
v1.0.0-alpha
Published
UI Freamework for Aurelia
Downloads
2
Readme
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 install
Ensure that Gulp is installed. If you need to install it, use the following command:
npm install -g gulp
To build the code, you can now run:
gulp build
You will find the compiled code in the
dist
folder, available in three module formats: AMD, CommonJS and ES6.See
gulpfile.js
for 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
sample
directory and install dependencies usingjspm
:
cd sample
jspm install
- Go 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