Go to file
13218645326 666a603783 http 2023-11-30 11:27:43 +08:00
.husky 项目初始化 2023-11-30 10:48:06 +08:00
.vscode 项目初始化 2023-11-30 10:48:06 +08:00
locales 项目初始化 2023-11-30 10:48:06 +08:00
presets 项目初始化 2023-11-30 10:48:06 +08:00
public 项目初始化 2023-11-30 10:48:06 +08:00
src http 2023-11-30 11:27:43 +08:00
.commitlintrc.js 项目初始化 2023-11-30 10:48:06 +08:00
.editorconfig 项目初始化 2023-11-30 10:48:06 +08:00
.env 项目初始化 2023-11-30 10:48:06 +08:00
.env.development 项目初始化 2023-11-30 10:48:06 +08:00
.env.production 项目初始化 2023-11-30 10:48:06 +08:00
.eslintignore 项目初始化 2023-11-30 10:48:06 +08:00
.eslintrc-auto-import.json 项目初始化 2023-11-30 10:48:06 +08:00
.eslintrc.js 项目初始化 2023-11-30 10:48:06 +08:00
.gitattributes 项目初始化 2023-11-30 10:48:06 +08:00
.gitignore 项目初始化 2023-11-30 10:48:06 +08:00
.npmrc 项目初始化 2023-11-30 10:48:06 +08:00
.prettierignore 项目初始化 2023-11-30 10:48:06 +08:00
LICENSE 项目初始化 2023-11-30 10:48:06 +08:00
README.md 项目初始化 2023-11-30 10:48:06 +08:00
README.zh-CN.md 项目初始化 2023-11-30 10:48:06 +08:00
index.html 项目初始化 2023-11-30 10:48:06 +08:00
package.json 项目初始化 2023-11-30 10:48:06 +08:00
pnpm-lock.yaml 项目初始化 2023-11-30 10:48:06 +08:00
prettier.config.js 项目初始化 2023-11-30 10:48:06 +08:00
src.zip 项目初始化 2023-11-30 10:48:06 +08:00
tsconfig.json 项目初始化 2023-11-30 10:48:06 +08:00
vite.config.ts 项目初始化 2023-11-30 10:48:06 +08:00
windi.config.ts 项目初始化 2023-11-30 10:48:06 +08:00

README.md


Live Demo


English | 简体中文


Features

Pre-packed

UI Frameworks

Icons

Plugins

Coding Style

Dev tools

Try it now!

GitHub Template

Create a repo from this template on GitHub.

Clone to local

git clone https://github.com/nekobc1998923/vitecamp.git my-vitecamp-app
cd my-vitecamp-app
pnpm i

Checklist

When you use this template, try follow the checklist to update your info properly

  • Change the author name in LICENSE
  • Change the author name in package.json
  • Change the title in .env
  • Change the favicon in public
  • Clean up the README and remove routes

And then , you can enjoy coding fun :)

Usage

Development

Just run and visit http://localhost:8080

pnpm run dev

Build

To build the App, run

pnpm run build

And you will see the generated file in dist that ready to be served.

Thanks

This template has some features inspired by Vitesse