Skip to content

A tool to build high efficient multi-page web application powered by vitejs

License

Notifications You must be signed in to change notification settings

brandonxiang/quickpage

 
 

Repository files navigation

QUICKPAGE

license

This repo is about modern multi-page web application powered by vite.js.

It includes quickpage-cli and create-quickpage.

How to contribute

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

Screen shots

create a new page

quickpage create

develop a page

quickpage dev

build a page

quickpage build

LICENSE

MIT@HappyPlanet

About

A tool to build high efficient multi-page web application powered by vitejs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 42.1%
  • JavaScript 32.0%
  • HTML 8.3%
  • Svelte 6.5%
  • CSS 6.3%
  • Vue 4.1%
  • Less 0.7%