Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yaoxfly/yaoxfly.io

个人网站 | yaoxfly.github.io
https://github.com/yaoxfly/yaoxfly.io

Last synced: 6 days ago
JSON representation

个人网站 | yaoxfly.github.io

Awesome Lists containing this project

README

        

[English](README.md) | [中文](README-CN.md)

## 简介
基于vitepress的个人网站,记录自己的奇思妙想。

## 使用

运行

```js
pnpm run dev
```

打包

```js
pnpm run build
```

预览

```js
pnpm run serve
or
pnpm run preview // 当前命令会先执行pnpm run build 再执行 pnpm run serve
```

> 打包后才能执行预览操作

## 主页
[yaoxfly.github.io](https://yaoxfly.github.io)

## 扩展

[vitepress-template](https://github.com/yaoxfly/vitepress-template) 基于vitepress,集成了ts,以及其他简单的配置、自定义主题等,开箱即用