fly63前端网

www.fly63.com

首页文章资源工具教程 栏目
  • 关于我们
  • 网站投稿
  • 赞助一下
搜索

在线工具_工作生活好帮手

打造各种简单、易用、便捷的在线工具,网友无需注册和下载安装即可使用

点击查看

关闭

提交网站

direflow
分享
复制链接
新浪微博
QQ 好友

扫一扫分享

网站地址:https://direflow.io/
GitHub:https://github.com/Silind-Software/direflow
网站描述:使用React创建快速、高性能的原生Web 组件

direflow使用react创建快速、高性能的原生Web 组件。


它是如何使用的

创建丰富且完全独立的微前端,构建整个 UI 库并在任何 UI 框架和库中使用它。

开始使用

首先下载 cli:

npm i -g direflow-cli

创建一个新的 Direflow 组件

direflow create

这将为您引导一个新的 Direflow 组件。现在使用以下命令:

cd <project-folder>
npm install
npm start

您的 Direflow 组件将开始运行localhost:3000,您的浏览器将打开一个新窗口


配置组件

Direflow 让开始开发变得非常容易!在几分钟内创建您的第一个 Direflow 组件

import { DireflowComponent } from 'direflow-component';
import App from './direflow-component/App';

DireflowComponent.create({

// React component to use
component: App,

// Configuration - tagname of the custom element
configuration: {
tagname: 'crypto-cart',
}
});


链接: https://fly63.com/nav/3662

more>>
相关栏目
Materialize
基于Material Design的现代响应式前端框架
官网GitHub
Element UI
一套基于 Vue 2.0 的桌面端组件库
官网GitHub
Material Design(MDB)
领先的Bootstrap UI套件之一
点击进入
Muse-UI
基于 Vue2.0 的 Material Design UI 库
官网GitHub
sb-admin
基于Bootstrap简约美观的后台管理模板
官网GitHub
Vue-Access-Control
Vue权限管理解决方案
官网GitHub
RmlUI
桌面端GUI开发框架
官网GitHub
kitty-ui
基于 Vue + Element 实现的权限管理系统
点击进入GitHub
vue-multiselect
Vue.js 打造的下拉组件
官网GitHub
Structor
先进的React GUI编辑器
点击进入GitHub
lulu ui
基于jQuery,针对PC网站,兼容IE7+的前端UI框架
官网GitHub
Ant Design
是一个致力于提升『用户』和『设计者』使用体验的中台设计语言
官网GitHub
vue-design-system
一个用于基于 Vue.js 构建 UI 设计系统的开源工具
官网GitHub
Tauri
使用Web前端构建更小,更快,更安全的桌面应用
官网GitHub
Element Plus
基于 Vue 3,面向设计师和开发者的组件库
官网GitHub
vue-blu
基于Vuejs和Bulma开发的开源UI组件库
官网GitHub

手机预览