No description
  • TypeScript 51.5%
  • Vue 46.4%
  • CSS 1.4%
  • JavaScript 0.3%
  • SCSS 0.2%
  • Other 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
zhaoweijie 46abf0d769 refactor(ProTable-v2): 重命名分页组件以保持命名一致性
将 ProTablePagination 重命名为 ProTableV2Pagination,使其与同目录下的 ProTableV2 和 ProTableV2Column 组件命名风格统一,提高代码可维护性。
2026-03-04 18:29:56 +08:00
.claude ``` 2026-03-04 18:07:47 +08:00
.github/workflows test: add test case 2024-01-28 18:34:49 +08:00
.storybook Merge branch 'element-plus' of github.com:daotl/vue-component-library-starter 2023-10-14 10:51:40 +08:00
.vscode Merge branch 'main' of github.com:daotl/vitesse into main 2023-12-20 18:10:59 +08:00
cypress Merge branch 'main' of https://github.com/antfu/vitesse 2023-10-12 18:34:50 +08:00
dist chore: build dist for v1.8.0 2025-11-18 16:49:15 +08:00
locales feat(lang): Add Uzbek language (#493) 2023-05-05 09:48:53 +02:00
patches fix: eslint type and protable circular dependency 2024-01-04 18:33:23 +08:00
public feat: add tooltip of flowchart 2022-12-04 23:52:18 +08:00
scripts Merge branch 'element-plus' of github.com:daotl/vue-component-library-starter into feat/merge-upstream-element_plus 2024-01-03 18:15:12 +08:00
src refactor(ProTable-v2): 重命名分页组件以保持命名一致性 2026-03-04 18:29:56 +08:00
.commitlintrc.cjs Merge branch 'element-plus' of github.com:daotl/vue-component-library-starter into feat/merge-upstream-element_plus 2024-01-03 18:15:12 +08:00
.editorconfig feat: add .editorconfig file (#379) 2022-06-30 12:01:56 +08:00
.env.serve setup: fix Nx serve and preview targets 2023-12-20 10:54:15 +08:00
.gitignore test: delete coverage 2024-01-11 18:21:32 +08:00
.lefthook.yml Merge branch 'main' of https://github.com/daotl/vue-component-library-starter 2023-10-24 21:02:17 +08:00
.npmrc setup: update configs 2022-11-19 13:09:49 +08:00
.release-it.json feat: add release in script 2023-10-28 16:35:50 +08:00
.stylelintrc.cjs Merge branch 'main' of https://github.com/daotl/vue-component-library-starter 2023-10-24 21:02:17 +08:00
.tool-versions setup: add rtx ".tool-verions" and set "node 20" 2023-10-12 18:15:13 +08:00
CHANGELOG.md chore: release v1.8.0 [skip ci] 2025-03-13 17:55:55 +08:00
cypress.config.ts feat: use cypress-vite for running e2e tests (#467) 2023-03-27 12:04:55 +02:00
eslint.config.js test: add test case 2024-01-11 16:30:01 +08:00
index.html chore: update deps 2023-12-02 22:19:41 +01:00
LICENSE docs: update LICENSE adding PRESENT (#471) 2023-02-07 17:19:25 +01:00
netlify.toml Merge branch 'main' of https://github.com/antfu/vitesse 2023-12-16 18:28:43 +08:00
nx.json test: add test case 2024-01-28 18:34:49 +08:00
package.json feat(ProTable-v2): 使用安全取值函数优化表格列渲染 2026-01-23 16:10:41 +08:00
pnpm-lock.yaml feat(ProTable-v2): 使用安全取值函数优化表格列渲染 2026-01-23 16:10:41 +08:00
project.json test: add coverage 2024-01-09 11:30:23 +08:00
README.md Merge branch 'main' of github.com:daotl/vitesse into main 2023-12-20 18:10:59 +08:00
README.zh-CN.md Merge branch 'element-plus' of github.com:daotl/vue-component-library-starter into feat/merge-upstream-element_plus 2024-01-03 18:15:12 +08:00
TODO.md Merge branch 'element-plus' of github.com:daotl/vue-component-library-starter 2023-09-06 14:41:23 +08:00
tsconfig.base.json fix: svgicon 2024-08-15 18:21:26 +08:00
tsconfig.build.json test: add test case 2024-01-25 13:58:13 +08:00
tsconfig.eslint.json Merge branch 'main' of github.com:daotl/vitesse into main 2023-12-20 18:10:59 +08:00
tsconfig.json Merge branch 'main' of github.com:daotl/vitesse 2024-01-08 14:09:23 +08:00
tsconfig.root.json setup: remove root declaration 2023-12-20 12:20:53 +08:00
tsconfig.spec.json setup: add nx 2023-12-18 15:58:12 +08:00
tsconfig.src.json Merge branch 'main' of github.com:daotl/vitesse into main 2023-12-20 18:10:59 +08:00
uno.config.ts Merge branch 'main' of https://github.com/antfu/vitesse 2023-10-12 18:34:50 +08:00
vite.config.ts fix: svgicon 2024-08-15 18:07:35 +08:00
vitest.setup.ts test: add test case 2024-01-25 13:58:13 +08:00

FusionGalaxy Vue Component Library

Build Status

Upstream template: @daotl/vue-component-library-starter.

Based on daotl/vitesse and Storybook with storybook-builder-vite.

English | 简体中文


Usage

Development

Just run and visit http://localhost:3333

npm dev

To run Storybook:

npm run storybook

To build storybook site:

npm run build-storybook

Build / Publish the component library

npm run build
npm run pub

Build the demo app

pnpm build-demo

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

Note

: This template is created during the early transition of Vue 3 and Vite. At this moment, if you are seeking for better Vue developer experience and more consistent maintenance, we recommend using Nuxt 3 instead (it also works perfectly with SPA or SSG as needed). This template still serves as a reference, but expect slower updates.


English | 简体中文


Features


Pre-packed

UI Frameworks

  • UnoCSS - The instant on-demand atomic CSS engine.

Icons

Plugins

Coding Style

Dev tools

element-plus branch

Variations

As this template is strongly opinionated, the following provides a curated list for community-maintained variations with different preferences and feature sets. Check them out as well. PR to add yours is also welcome!

Official
Community

Try it now!

Vitesse requires Node >=14.18

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit antfu/vitesse my-vitesse-app
cd my-vitesse-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

Checklist

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

  • Change the author name in LICENSE
  • Change the title in App.vue
  • Change the hostname in vite.config.ts
  • Change the favicon in public
  • Remove the .github folder which contains the funding info
  • Clean up the READMEs and remove routes

And, enjoy :)

Usage

Development

Just run and visit http://localhost:3333

pnpm dev

Build

To build the App, run

pnpm build

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

Deploy on Netlify

Go to Netlify and select your clone, OK along the way, and your App will be live in a minute.

Docker Production Build

First, build the vitesse image by opening the terminal in the project's root directory.

docker buildx build . -t vitesse:latest

Run the image and specify port mapping with the -p flag.

docker run --rm -it -p 8080:80 vitesse:latest

Why

I have created several Vite apps recently. Setting the configs up is kinda the bottleneck for me to make the ideas simply come true within a very short time.

So I made this starter template for myself to create apps more easily, along with some good practices that I have learned from making those apps. It's strongly opinionated, but feel free to tweak it or even maintain your own forks. (see community maintained variation forks)