Skip to content

Files

Latest commit

e773335 · Jul 23, 2025

History

History

schema

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 14, 2023
Jul 23, 2025
Aug 28, 2024

README.md

@uni-helper/pages-json-schema

为 uni-app 的 pages.json 提供 schema

安装

pnpm add @uni-helper/pages-json-schema

用法

import PagesSchema from '@uni-helper/pages-json-schema'

console.log(PagesSchema)

// {
//   "$ref": "#/definitions/PagesConfig",
//   "$schema": "http://json-schema.org/draft-07/schema#",
//   "definitions": {...}
// }