Create Project
This tutorial guides you through creating a VitePress Theme Niansi project.
1. Choose an Appropriate Location
To avoid accidentally triggering unsolvable issues, please try to avoid file paths that contain Chinese characters, emojis, or spaces.
2. Create Project Template
Open the terminal in the selected folder.
Run the following commands in the terminal:
sh
$ pnpm add -D vitepress-theme-niansi vitepress@nextsh
$ npm add -D vitepress-theme-niansi vitepress@nextsh
$ yarn add -D vitepress-theme-niansi vitepress@nextsh
$ bun add -D vitepress-theme-niansi vitepress@nextAfter installation, execute the following commands:
sh
$ pnpm vitepress-theme-niansi initsh
$ npx vitepress-theme-niansi initsh
$ yarn vitepress-theme-niansi initsh
$ bun vitepress-theme-niansi initChangelog
2026-04-14 14:20
View All Changelog