1.8.3 • Published 5 years ago

@dvhb/cli v1.8.3

Weekly downloads
36
License
MIT
Repository
github
Last release
5 years ago

@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
1.8.3

5 years ago

1.8.2

5 years ago

1.8.1

5 years ago

1.8.0

5 years ago

1.7.3

5 years ago

1.7.2

5 years ago

1.7.1

5 years ago

1.6.9-babel.2

5 years ago

1.7.0

5 years ago

1.6.9

5 years ago

1.6.9-next.1

5 years ago

1.6.9-babel.1

6 years ago

1.6.8

6 years ago

1.6.7

6 years ago