Skip to content

Github Search SPA built with Aurelia framework(10 lines router configuration, 30 lines logic)

Notifications You must be signed in to change notification settings

eiffelqiu/aurelia-githubsearch

Repository files navigation

Github Search

Github Search SPA built with Aurelia framework(10 lines router configuration, 30 lines logic)

No other framework could be simpler

online demo: http://www.likenote.com/githubsearch/

configuration code (10 lines)

screen 2

application logic (30 lines)

screen 3

Prerequisite

# install aurelia-cli
$ npm install aurelia-cli -g
# install dependencies
$ npm install

Development

# start the server
$ au run --watch

go to http://localhost:9000 in your browser

Production

# production
$ au build --env prod

upload 'index.html' and 'scripts' folder to webserver's root.

Screnn Shot

screen 1

About

Github Search SPA built with Aurelia framework(10 lines router configuration, 30 lines logic)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages