Skip to content

realmerx/rjs-bundle

 
 

Repository files navigation

initial setup

npm install

#updating

Execute the following command to update all the aurelia libs:

npm install aurelia-binding@latest aurelia-bootstrapper@latest aurelia-dependency-injection@latest aurelia-event-aggregator@latest aurelia-framework@latest aurelia-history@latest aurelia-history-browser@latest aurelia-loader@latest aurelia-loader-default@latest aurelia-logging@latest aurelia-logging-console@latest aurelia-metadata@latest aurelia-pal@latest aurelia-pal-browser@latest aurelia-path@latest aurelia-polyfills@latest aurelia-router@latest aurelia-route-recognizer@latest aurelia-task-queue@latest aurelia-templating@latest aurelia-templating-binding@latest aurelia-templating-router@latest aurelia-templating-resources@latest aurelia-validation@latest aurelia-fetch-client@latest aurelia-http-client@latest  --save

#smoke test

To verify things are working, execute the following commands and navigate to http://localhost:9000. You should see a form with some validation wired up.

gulp export
gulp serve-export

#publish

To publish, execute:

gulp export-gh-pages

Note: publishing will effectively update ALL gists that reference this bundle.

Here's a gist to check after publishing: https://gist.run/?id=7542e061bc940cde506b

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.3%
  • HTML 13.7%