New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dvhb/cli

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dvhb/cli

dvhb build tool for project

1.8.3
latest
Source
npm
Version published
Weekly downloads
15
Maintainers
4
Weekly downloads
 
Created
Source

@dvhb/cli Build Status

Build tool with zero initial configuration

Features

  • Webpack 3
  • Babel 7
  • Optional static views with pug template engine (for static websites)

Install in existing project

yarn add @dvhb/cli

Add scripts to package.json

"scripts": {
  ...
  "start": "dvhb server",
  "build": "dvhb build"
  ...
}

See basic starter project for more details examples/basic.

Workflow

  • Add code to src/.
  • Build and watch changes in src/ with yarn start
  • Open localhost:3000

Requirements

  • Node.js v7+ and npm

Keywords

webpack

FAQs

Package last updated on 30 Aug 2019

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