主题预览

色调:

如果您使用的浏览器过时,不支持OKLCH颜色。颜色设置会不生效。

轻盈的鱼
幻想变成轻盈的鱼, 畅游在自由的海洋

user-guide

未分类
664 字

安装、更新

  • npm install -g uuice-cli
  • yarn global add uuice-cli
  • pnpm add -g uuice-cli

新建 文章、页面

uuice new 命令

eg: uuice new page -p "path/path2" "title"

Usage: uuice-cli new [options] <type> <title>

generate new post or page

Arguments:
type type only support post or page
title title

Options:
-p, --path <path> md file path (default: "")
-h, --help display help for command

生成 data.json 数据

Usage: uuice-cli gen [options]

generate data json

Options:
-w, --watch Listen to the source file directory
-h, --help display help for command

启动服务

Usage: uuice-cli server [options]

nestjs server

Options:
-p, --port <port> server port (default: "3000")
-w --watch Listen to data.json and reload db
-h, --help display help for command