Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

uiw-admin

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uiw-admin

UIW Admin Project

  • 5.2.20
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

UIW Admin Project

一个基于 uiwkkt 的初始级别项目。

查看实例

Open in CodeSandbox Open in StackBlitz

直接下载实例,本地预览: uiw-admin-ts.zip uiw-admin-js.zip

✨ 特性

  • 🌈 企业级中后台产品的交互语言和视觉风格。
  • 📦 开箱即用的高质量 React 后台管理框架。
  • 🛡 使用 TypeScript 开发。
  • ⚙️ 集成路由、Redux、选项卡等特性。

🛡 TypeScript

参考 使用 TypeScript

🔗 相关依赖

PackageVersionDescription
@uiw-admin/basic-layoutsnpm用于布局的组件
@uiw-admin/document-titlenpm设置页面标题
@uiw-admin/router-controlnpm路由管理
@uiw-admin/user-loginnpm登录界面
@uiw-admin/componentsnpm常见的业务组件
@uiw-admin/modelsnpm简化 rematch 配置
@uiw-admin/exceptionsnpm公共异常组件
@uiw-admin/confignpm简化 kkt 配置
@uiw-admin/pluginsnpmkkt 插件

⌨️ 快速开始

通过命令创建一个uiw-admin

# npm 6.x
$ npm init uiw-admin my-app --example uiw-admin-ts
# npm 7+, extra double-dash is needed:
$ npm init uiw-admin my-app -- --example uiw-admin-ts

$ yarn create uiw-admin [appName]
# or npm
$ npm create uiw-admin my-app
# or npx
$ npx create-uiw-admin my-app

📦 开发启动

使用 yarn workspaces 管理 node_modules

$ cd uiw-admin

$ yarn install

$ yarn start

🔨 生产构建

$ cd uiw-admin

$ yarn build

❤️ 贡献者

感谢所有的贡献者,欢迎开发者为开源项目贡献力量。

Keywords

FAQs

Package last updated on 21 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc