0.5.0 • Published 4 years ago
@baldeweg/vue-cli-plugin-components v0.5.0
baldeweg/vue-cli-plugin-components
Plugin for @baldeweg/components and VueJS.
Getting Started
yarn add @baldeweg/vue-cli-plugin-components --devAPI
Import the api, so you can make use of axios. The auth is automatically included.
import { request } from '~b/api'Locales
The locale files are loaded automatically from src/locales.
Options
Add the following to vue.config.js under the pluginOptions key.
"components": {
"title": "test",
"needsAuth": true
}