bedrock-views

8.1.0 • Public • Published

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 webpack, and bedrock-vue, 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 an Vue frontend:

npm install bedrock-vue
var bedrock = require('bedrock');

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

bedrock.start();

Setup

  1. npm install bedrock-vue

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

Readme

Keywords

Package Sidebar

Install

npm i bedrock-views

Weekly Downloads

66

Version

8.1.0

License

none

Unpacked Size

43.5 kB

Total Files

13

Last publish

Collaborators

  • davidlehn
  • msporny
  • dlongley
  • mattcollier