An open API service indexing awesome lists of open source software.

https://github.com/ialopezg/vue-cli-plugin-vbcc

Vue CLI Plugin for Base Core Components for Vue
https://github.com/ialopezg/vue-cli-plugin-vbcc

Last synced: 2 months ago
JSON representation

Vue CLI Plugin for Base Core Components for Vue

Awesome Lists containing this project

README

        

# @ialopezg/vue-cli-plugin-vbcc

Vue-BCC plugin for `@vue/cli` >= 3.0.

### Install

First you need to install `@vue/cli` globally (follow the instructions [here](https://cli.vuejs.org/)).

Then create a project and add the Element plugin:

```bash
vue create my-app
cd my-app
vue add element
```

You'll be asked some questions regarding how VBCC is configured in your project. After that, you're good to go.