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

@ant-design-vue/tools

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ant-design-vue/tools

offline tools for vue component

  • 3.0.8
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
27
increased by170%
Maintainers
2
Weekly downloads
 
Created
Source

vc-tools

offline tools for vue component

NPM version gemnasium deps node version npm download

Usage

$ vc-tools run lint: run lint by https://github.com/vuejs/eslint-plugin-vue-libs
$ vc-tools run pub: compile and npm publish
$ vc-tools run watch --out-dir=/xx: watch and compile to /xx, default to lib
$ vc-tools run build: build examples
$ vc-tools run gh-pages: push example to gh-pages
$ vc-tools run start: start dev server

package.json demo

{
  "config": {
    // show access log in console
    "accesslog": true,
    // dev server port
    "port": 9528,
    // webpack entry for build dist umd 
    "entry": {
      "my-project": [
        "./src/index.ts"
      ]
    },
    // webpack output for build dist umd
    "output": {}, 
    // webpack css loader options
    "css": {
      "loaderOptions": {
        "less": {
          "options": {
            "javascriptEnabled": true
          }
        },
        "css": {
          "options": {
            "sourceMap": true
          }
        }
      }
    }
  }
}

Keywords

FAQs

Package last updated on 25 Apr 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