0.1.5 • Published 4 years ago

packset v0.1.5

Weekly downloads
3
License
MIT
Repository
github
Last release
4 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.5

4 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago