0.2.1 • Published 12 months ago
@tuoyuan/json-schema v0.2.1
@tuoyuan/json-schema 组件
组件内容
- json-schema-editor
- json-schema-form
git仓库
开发
运行
- 运行
pnpm i安装依赖。 - 预览: 在play包下执行
pnpm run dev启动项目预览。 - 打包:
pnpm run build,打包目录为dist。 - 发布:执行
npm publish发布组件库。
环境
node >= 18.20.4 pnpm >= 9
使用
安装
# npm
npm install @tuoyuan/json-schema
# pnpm
pnpm add @tuoyuan/json-schema引入
import JsonSchema from "@tuoyuan/json-schema";
import "@tuoyuan/json-schema/dist/es/style.css";
app.use(JsonSchema);使用 json-schema 组件之前,应先全量引入 @tuoyuan/web 组件和样式
import TyWeb from "@tuoyuan/web";
import "@tuoyuan/web/es/index.less";0.2.1
12 months ago
0.2.0
12 months ago
0.1.8
1 year ago
0.1.9
1 year ago
0.0.15
1 year ago
0.0.16
1 year ago
0.1.0
1 year ago
0.1.2
1 year ago
0.1.1
1 year ago
0.1.7
1 year ago
0.1.4
1 year ago
0.1.3
1 year ago
0.1.6
1 year ago
0.1.5
1 year ago
0.0.10
1 year ago
0.0.11
1 year ago
0.0.12
1 year ago
0.0.13
1 year ago
0.0.14
1 year ago
0.0.9
1 year ago
0.0.8
1 year ago
0.0.7
1 year ago
0.0.5
1 year ago
0.0.6
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.4
1 year ago
0.0.1
1 year ago