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
- Host: GitHub
- URL: https://github.com/ialopezg/vue-cli-plugin-vbcc
- Owner: ialopezg
- Created: 2021-01-28T10:59:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T20:59:25.000Z (over 3 years ago)
- Last Synced: 2025-01-20T01:31:55.998Z (4 months ago)
- Language: JavaScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.