New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

antdp

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antdp

Ant Design Project

  • 1.6.10
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-93.75%
Maintainers
1
Weekly downloads
 
Created
Source

Ant Design Project

Build & Deploy

一个基于 antdumi 的初始级别项目,集成路由、dva(Redux)、选项卡等特性,用于简化 antd 4.x + 的部分使用。

Features

  • 🪖 简化 antd 4.x +umi 框架配置使用;
  • 📦 减少项目配置和依赖,将配置集成到包中开箱即用;
  • 🐝 更简单直观的配置权限和更改 Layout;
  • 💋 支持配置路由参数 /router/:id
  • 🤡 支持 tab 选项卡功能。

Open in CodeSandbox

Open in CodeSandbox

用户名密码: admin/admin

示例下载: antdp-base.zip

Packages

This git repository is a repo built using Lerna. It contains several packages:

PackageVersionDescription
@antdp/authorizednpm-
@antdp/basic-layoutsnpm-
@antdp/document-titlenpm-
@antdp/fullscreennpm-
@antdp/user-loginnpm-
@antdp/layout-tabsnpm-
@antdp/confignpm-
@antdp/dependenciesnpm-
@antdp/iconsnpm-
@antdp/page-loadingnpm-

发布版本

npm run version -- patch # 配置的命令快捷方式,与下面命令效果相同
lerna version --no-changelog patch

发布版本可选参数,通过该关键字增加版本。

lerna version [major | minor | patch | premajor | preminor | prepatch | prerelease]
  • major - 重大的 1.1.1 => 2.0.0
  • minor - 小调 1.1.1 => 1.2.0 中间版本变化
  • patch - 补丁 1.1.1 => 1.1.2 小版本递增
  • premajor - 预发布重大的 1.1.1 => 2.0.0-alpha.0
  • preminor - 预发布小调 1.1.1 => 1.2.0-alpha.0
  • prepatch - 预发布补丁 1.1.1 => 1.1.2-alpha.0
  • prerelease - 预发行 1.1.1 => 1.1.2-alpha.0

开发

npm install
npm run install:pkg
npm run build
npm run install:example

npm run watch
npm run start

License

Licensed under the MIT License.

Keywords

FAQs

Package last updated on 21 Aug 2021

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