English | 简体中文
Create a repo from this template on GitHub.
git clone https://github.com/nekobc1998923/vitecamp.git my-vitecamp-app
cd my-vitecamp-app
pnpm i
When you use this template, try follow the checklist to update your info properly
LICENSE
package.json
.env
public
README
and remove routesAnd then , you can enjoy coding fun :)
Just run and visit http://localhost:8080
pnpm run dev
To build the App, run
pnpm run build
And you will see the generated file in dist
that ready to be served.
This template has some features inspired by Vitesse ❤