Socket
Socket
Sign inDemoInstall

vue-cli-plugin-dt

Package Overview
Dependencies
12
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-cli-plugin-dt

create a full admin project mainly based on element-ui


Version published
Maintainers
1
Weekly downloads
40
increased by21.21%

Weekly downloads

Readme

Source

vue-cli-plugin-admin-element

This is a plugin for vue-cli@3, Which can generate a full project based on Elmenent-UI.

Usage

In a new project created by vue-cli@3:

vue add admin-element

or

Find your vue-cli preset in ~/.vuerc, add an preset like below:

{
  "packageManager": "npm",
  "useTaobaoRegistry": false,
  "presets": {
    "admin-element": {
      "useConfigFiles": true,
      "plugins": {
        "@vue/cli-plugin-babel": {},
        "@vue/cli-plugin-eslint": {
          "config": "standard",
          "lintOn": ["save"]
        },
        "@vue/cli-plugin-unit-jest": {}
      },
      "router": true,
      "vuex": true,
      "configs": {
        "vue": {}
      }
    }
  }
}

Run vue create newProject in terminal, select 'admin-element' preset.

FAQs

Last updated on 11 Oct 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc