0.1.3 • Published 3 years ago

nextjs-spa v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Developing

This project is a tszip package written in TypeScript with the latest ESNext syntax in src/ and compiled to ES module output in dist/.

Editing

To watch for changes:

yarn dev

Building

To build the release package:

yarn build

Publishing

To compile the release build and publish to NPM:

yarn publish