Skip to content

nebulashine/nebulashine.github.io

Repository files navigation

nebulashine.github.io

For huangsong.me site

app structure

app/
        shared/   // acts as reusable components or partials of our site
                sidebar/
                        sidebarDirective.js
                        sidebarView.html
                article/
                        articleDirective.js
                        articleView.html
        components/   // each component is treated as a mini Angular app
                home/
                        homeController.js
                        homeService.js
                        homeView.html
                blog/
                        blogController.js
                        blogService.js
                        blogView.html
        app.module.js
        app.routes.js
assets/
        img/      // Images and icons for your app
        css/      // All styles and style related files (SCSS or LESS files)
        js/       // JavaScript files written for your app that are not for angular
        libs/     // Third-party libraries such as jQuery, Moment, Underscore, etc.
index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published