0.1.6 • Published 8 years ago

generator-aurelia-base v0.1.6

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

generator-aurelia

This is a Yeoman Generator for the Components of the Aurelia platform. It sets up a standard navigation-style app using gulp to build your ES6 code with Babel. Karma/Jasmine testing is configured as well.

For more info please visit the official site: http://www.aurelia.io/

Prerequisite

This generator will use JSPM, Aurelias package manager of choice, which performs GitHub queries to install semver packages, but GitHub has a rate limit on anonymous API requests. It is advised that you configure jspm with your GitHub credentials in order to avoid problems. You can do this by executing jspm registry config github and following the prompts. If you choose to authorize jspm by an access token instead of giving your password (see GitHub Settings > Personal Access Tokens), public_repo access for the token is required.

Running The App

The recent update will take care of running npm install and jspm install after downloading the boilerplate app, so this shortens the process to get up and running.

  1. Verify that Yeoman is installed

    npm install -g yo
  2. Install this generator

    npm install -g generator-aurelia-components
  3. Inside your porject just do

    yo aurelia:view YOURPAGENAME

    OR

    yo aurelia:component YOURCOMPONENTNAME

    OR

    yo aurelia:example YOURCOMPONENTEXAMPLENAME

Credits

Thanks to Vildan Softic for his awesome generator-aurelia repo.

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.0.1

8 years ago