Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@antialias/view-cards

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antialias/view-cards

`view-cards` combines webpack dev server, hot module replacement, and devboard to show your devcards with minimal configuration. Just place files called `card.js`, or `*.card.js` in your project and they will be included on the devboard.

  • 3.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

view-cards combines webpack dev server, hot module replacement, and devboard to show your devcards with minimal configuration. Just place files called card.js, or *.card.js in your project and they will be included on the devboard.

installation

npm install -g view-cards

usage

Run view-cards in the root of the project for which you would like to view cards.

configuration

card-config.js goes in your project root. It can export the following:

transformWebpackConfig

This is a function that takes as input the webpack config that view-cards uses and can transform it into a new config that works with your devcards. This is where you can add loader configurations, resolve.extensions, and any necessary plugins.

webpack-config-builders and lodash.flow work well to help you build and combine functions that can transform the webpack config.

Defaults to x => x

srcRoot

The directory that contains all your devcards. Defaults to .

cardPattern

A regular expression that is used to match your card file names. Defaults to /[\.\/^]card\.jsx?$/

stylesheets

An array of URIs to stylesheets that will be added to <head> in the the template rendered by express.

publicDir

A path relative to process.cwd() that will be the public assets directory for the devcard server.

favicon

Path to the favicon used for the devcard server. Defaults to favicon.ico in the project director if present, otherwise uses view-cards's built-in "hand of cards" favicon.

FAQs

Package last updated on 27 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc