This repo is about modern multi-page web application powered by vite.js.
It includes quickpage-cli and create-quickpage.
If you want to develope or contribute this project, you should learn how to develop a command line.
First, pnpm
is preferred in this workspace.
pnpm i
Second, you should link this project into your local development environment.
cd packages/quickpage
sudo npm link
Then, you can change the code and rebuild the cli.
pnpm i
#or
pnpm run prepare --filter quickpage-cli
#or
pnpm run prepare --recursive
You can publish it by pnpm.
pnpm -r publish
MIT@HappyPlanet