Socket
Socket
Sign inDemoInstall

antd-bin

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antd-bin

Development tool for Ant Design


Version published
Weekly downloads
33
increased by312.5%
Maintainers
3
Weekly downloads
 
Created
Source

antd-bin

NPM version

Development tool for Ant Design.


特性

  • 基于 webpack 实现
  • 支持 ES6(基于 babel-loader)和 less
  • 支持热替换(HOT MODULE REPLACEMENT)
  • 支持自定义配置 webpack.config,例子

使用说明

安装

$ npm i antd-bin -g

脚手架

$ antd init

这会创建一个 package.json,此外你还需要在 package.json 中配置 entry 来声明哪些是入口文件,格式详见:http://webpack.github.io/docs/configuration.html#entry

本地调试

$ npm run dev

然后访问 http://127.0.0.1:8000

构建

$ npm run build

FAQs

Package last updated on 30 Mar 2016

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