0.1.3 • Published 6 years ago

create-packset-app v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Packset

Usage

Creating a packset app:

yarn create packset-app my-app
cd my-app
yarn

Runs the app in development mode:

yarn start

Builds the app for production to the build folder:

yarn build

Incremental builds

You can use yarn build [urlPath] [...] to build only the pages you need:

yarn build /content/1 /content/2 /content/3
0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago