"Search and Rescue dog training begin as games played while puppies.""Rin Tin Tin was the first Hollywood dog star and he really signed his movie contracts – all 22 of them – with a paw-print.""There is a dog-shaped building in New Zealand.""During the Renaissance, detailed portraits of the dog as a symbol of fidelity and loyalty appeared in mythological, allegorical, and religious art throughout Europe, including works by Leonardo da Vinci, Diego Velázquez, Jan van Eyck, and Albrecht Durer.""The best age to bring a puppy home is 8 to 12 weeks."
"Search and Rescue dog training begin as games played while puppies.""Rin Tin Tin was the first Hollywood dog star and he really signed his movie contracts – all 22 of them – with a paw-print.""There is a dog-shaped building in New Zealand.""During the Renaissance, detailed portraits of the dog as a symbol of fidelity and loyalty appeared in mythological, allegorical, and religious art throughout Europe, including works by Leonardo da Vinci, Diego Velázquez, Jan van Eyck, and Albrecht Durer.""The best age to bring a puppy home is 8 to 12 weeks."
Home>Projects>

angular.js-Wordpress-SPA

ANGULAR.JS-WORDPRESS-SPA

Wordpress SPA with angular.js

This is a Wordpress Theme based on angular.js and V2 Wp-Api

Setup


Requirements
Dependencies
Steps
  1. Download and Install Wordpress

  2. Download and Install Wp-Api (Tested on version 2.0-beta12)

  3. Clone this Repo into the Themes Directory ('wordpress/wp-content/themes/')

  4. Run:

    # if gulp is not alredy installed:
        $ npm install gulp -g
    # endif? :D
    
    $ npm install
    $ gulp
    
  5. Finished! The Theme should now be rendered in dist/


Gulp

Here is a list of the gulp commands

$ gulp sass 
# generates the css-file from src/scss/style.scss

$ gulp resources 
# Copies everything from src/resources/ to dist/ (for images etc.)

$ gulp vendor 
# Copies and concatenates the needed dependencies from node_modules/

$ gulp js
# Concatenates the js-files in src/app/

$ gulp core
# Copies the files from src/php/

$ gulp views
# Copies the files from src/views/

$ gulp templates
# Copies the files from src/templates/

$ gulp dist
# Runs every command from above

$ gulp watch
# Watches for changes src/**/* and runs the depending Task

$ gulp
# Runs dist and starts the watch-task

Feel free to use to a full extend and have fun with it :D

If you use the Theme i would like to be linked but you don't have to

forthebadge

Footer