Name Last Update
..
app Loading commit data...
assets Loading commit data...
fonts Loading commit data...
languages Loading commit data...
layouts Loading commit data...
locale Loading commit data...
maps Loading commit data...
ng-ckeditor Loading commit data...
plugins Loading commit data...
scripts Loading commit data...
styles Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
index.html Loading commit data...
index.html.erb Loading commit data...
package.json Loading commit data...
theme.yml Loading commit data...

README.md

Angular Participa Consulta Theme

Getting started

1. To use with npm start command

PS: To developer mode

Run these commands to set the proper theme and skin

npm config set angular-theme:theme angular-participa-consulta

npm config set angular-theme:skin skin-yellow

2. To generate a build

PS: Deploy to production

  • Create a specific package.json file into this directory

    Use the npm init command to create this file

  • Configure the main skin to this theme. Add the property config['skin'] below:

"config": {
  "skin": "skin-yellow"
}