0.0.54 • Published 8 years ago

zuru-admin-lte v0.0.54

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

Zuru-admin-lte

This README outlines the details of collaborating on this Ember addon.

Incase you are usig the pod structure which fails at the moment, be sure to change the pod module prefix For the Admin LTE add these classes to body

 <body class='hold-transition skin-blue sidebar-mini'></body>

On the router.js modify the file to the following:

import Ember from 'ember';
import config from './config/environment';
import coreMap from 'zuru-admin-lte/utils/route-setup';

const Router = Ember.Router.extend({
  location: config.locationType
});

Router.map(function() {
    coreMap(this);
});

export default Router;

Set up the config file as follows

Under the Templates folder on the Ember App delete the following:

Application.hbs

Unless you want to override the addon template file with this one.

#### Deprecated as have added it to Addon
  ENV['sarit'] = {
    apiUrl: process.env.SARIT_API_URL,
    enableAuthProxy: process.env.ENABLE_AUTH_PROXY
  };

  ENV['ember-simple-auth'] = {
    authenticationRoute: 'access.login',
    routeAfterAuthentication: 'admin',
    routeIfAlreadyAuthenticated: 'admin'
  };

  ENV['ember-simple-auth-token'] = {
    refreshAccessTokens: true,
    tokenExpireName: 'exp',
    timeFactor: 1,
    refreshLeeway: 300,
    identificationField: 'username',
    passwordField: 'password',
    tokenPropertyName: 'access_token',
    serverTokenEndpoint: process.env.SERVER_TOKEN_ENDPOINT,
    serverTokenRefreshEndpoint: process.env.SERVER_TOKEN_REFRESH_ENDPOINT
  };

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

0.0.54

8 years ago

0.0.53

8 years ago

0.0.52

8 years ago

0.0.51

8 years ago

0.0.50

8 years ago

0.0.49

8 years ago

0.0.48

8 years ago

0.0.47

8 years ago

0.0.46

8 years ago

0.0.45

8 years ago

0.0.44

8 years ago

0.0.43

8 years ago

0.0.42

8 years ago

0.0.41

8 years ago

0.0.40

8 years ago

0.0.39

8 years ago

0.0.38

8 years ago

0.0.37

8 years ago

0.0.36

8 years ago

0.0.35

8 years ago

0.0.33

8 years ago

0.0.32

8 years ago

0.0.31

8 years ago

0.0.30

8 years ago

0.0.29

8 years ago

0.0.28

8 years ago

0.0.27

8 years ago

0.0.25

8 years ago

0.0.24

8 years ago

0.0.23

8 years ago

0.0.22

8 years ago

0.0.21

8 years ago

0.0.20

8 years ago

0.0.19

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago