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: about 1 month ago
JSON representation

♥️ Opinionated VitePress Template ♥️

Awesome Lists containing this project

README

        



VitePress Starter


♥️ Opinionated Vitepress Template ♥️

> [!NOTE]
> Change the `base` option to '/' to remove base url prefix.

# 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.
- `medium-zoom` - images zoom on click.

# Usage

## Don't forget to install dependencies!


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/)