JSPM

  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q67959F

Bedrock website views module

Package Exports

  • bedrock-views

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bedrock-views) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

bedrock-views

A bedrock module that combines a number of popular frontend technologies to provide a modern, flexible, and extensible Web-based user interface. It is coupled with the bower module, bedrock-angular, which provides client-side resources.

bedrock-views has the following properties/features:

Requirements

  • npm v3+

Quick Examples

npm install bedrock-views

Start an express server with bedrock-requirejs support and an AngularJS frontend:

bower install bedrock-angular
var bedrock = require('bedrock');

require('bedrock-express');
require('bedrock-requirejs');
require('bedrock-server');
require('bedrock-views');

bedrock.start();

Setup

  1. bower install bedrock-angular

Configuration

bedrock-views uses bedrock's configuration to expose its own options and to expose less, clean-css, and html-minifier options.

More documentation about their usage can be found in config.js.

How It Works