tiny-vue_version0/examples/react-site
Leon2nd e3924732b7 Initial commit 2024-09-10 16:44:27 +08:00
..
demos Initial commit 2024-09-10 16:44:27 +08:00
env Initial commit 2024-09-10 16:44:27 +08:00
public Initial commit 2024-09-10 16:44:27 +08:00
scripts Initial commit 2024-09-10 16:44:27 +08:00
src Initial commit 2024-09-10 16:44:27 +08:00
tiny-uno Initial commit 2024-09-10 16:44:27 +08:00
.prettierrc.js Initial commit 2024-09-10 16:44:27 +08:00
.stylelintignore Initial commit 2024-09-10 16:44:27 +08:00
.stylelintrc.js Initial commit 2024-09-10 16:44:27 +08:00
README.md Initial commit 2024-09-10 16:44:27 +08:00
components.d.ts Initial commit 2024-09-10 16:44:27 +08:00
index.html Initial commit 2024-09-10 16:44:27 +08:00
md.extend.config.js Initial commit 2024-09-10 16:44:27 +08:00
package.json Initial commit 2024-09-10 16:44:27 +08:00
tiny.config.js Initial commit 2024-09-10 16:44:27 +08:00
tsconfig.json Initial commit 2024-09-10 16:44:27 +08:00
uno.config.js Initial commit 2024-09-10 16:44:27 +08:00
vite.config.js Initial commit 2024-09-10 16:44:27 +08:00

README.md

react 组件文档开发说明

命令

启动

pnpm start

打包

pnpm build

编译 react.jsx 为 react.js

pnpm build:react2

此 vue 项目vue自身需要 jsx所以使用 react 的 jsx只能将其编译为 .js 才能使用

开发说明

目录说明

主要是 demos 底下的文件是用来配置文档展示那些组件,以及写组件示例的

demos
    /app
        /alert
            /webdoc
                /alert.json 配置 alert 组件的文档展示
            /base.vue base 示例文件,导入 base.jsx注册 web comp
            /base.jsx base 写 react 示例
    /webdoc 
        /introduce.md 组件库的介绍文档
        /menu.js 组件库的左侧菜单配置
    /config.js demo 配置
    /overviewimage 组件总览的图标,在这里添加图标