0.0.19 • Published 7 years ago

vue-cli-plugin-dt v0.0.19

Weekly downloads
285
License
MIT
Repository
-
Last release
7 years ago

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.

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago