Skip to content

Get started with Plone + AngularJS without any of the normal headaches associated with a manual setup.

Notifications You must be signed in to change notification settings

collective/collective.angularstarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collective.angularstarter

Get started with Plone + AngularJS (Yeoman powered) without any of the normal headaches associated with a manual setup.

Useful when you want to develop a single page web applications powered by Angular using Plone as backend.

How it works

Before installing collective.angularstarter you need to:

  • # install nodejs (suggested way NVM)
  • $ npm install -g grunt-cli bower
  • $ cd collective.angularstarter/collective/angularstarter/browser/angular
  • $ bower install
  • $ npm install
  • $ grunt build

After that install the collective.angularstarter plugin and choose the more appropriate install profile:

  • :default -> for production (htmlmin, image minification, concat+uglify/cssmin, uncss, cdnify)
  • :devel -> suitable for development

Now you can visit your AngularJS single page web application:

https://raw.github.com/collective/collective.angularstarter/master/docs/screenshots/angularplone.png

You can extend this project and then clone it with:

$ VENV/bin/collective_angularstarter_clone your.awesomeplugin

TODO

  • test production vs devel layers
  • makefile for init project

Links

Authors

About

Get started with Plone + AngularJS without any of the normal headaches associated with a manual setup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages