Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vincent-the-gamer/vitepress-starter

♥️ Opinionated VitePress Template ♥️
https://github.com/vincent-the-gamer/vitepress-starter

template vitepress vitepress-template

Last synced: 5 days ago
JSON representation

♥️ Opinionated VitePress Template ♥️

Awesome Lists containing this project

README

        



VitePress Starter


♥️ Opinionated Vitepress Template ♥️

> [!NOTE]
> Change the `base` option to '/' or remove it in `.vitepress/config.ts` if you don't need.

# Features

- i18n - multi-language support.
- Animation on theme changing - [View Transitions API](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API).
- taze - 🥦 keep your dependencies fresh.🥦
- Pre-configured main page, navbars, sidebars.
- twoslash - Add a hint of TypeScript compiler in code.
- eslint - check and format codes and markdowns.

# Usage

## Don't forget to install dependencies!

```shell
pnpm i
```

## Dev


pnpm run serve

## Format Code(use eslint)


pnpm run lint:fix

## Build


pnpm run build

## Update deps


pnpm run dep

# Demo

[https://vincent-the-gamer.github.io/vitepress-starter-demo/](https://vincent-the-gamer.github.io/vitepress-starter-demo/)