Skip to content

Instantly share code, notes, and snippets.

@egoist
Last active April 29, 2017 11:15
Show Gist options
  • Save egoist/f9690d43395748b34435672265dc89fd to your computer and use it in GitHub Desktop.
Save egoist/f9690d43395748b34435672265dc89fd to your computer and use it in GitHub Desktop.
vbuild -> Poi

(0) Install

yarn global remove vbuild
yarn global add poi

(1) Development mode is now the default mode, which means:

# now
poi # same as poi dev
poi build

# before
vbuild # same as poi build
vbuild dev # same as poi dev

Run poi --help to see all commands.

(2) Now Poi won't load $cwd/index.html but $cwd/index.ejs as html template if it exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment