Skip to content
This repository was archived by the owner on May 2, 2024. It is now read-only.

egodigital/ego-ui-vuetify-preset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

db4c569 Â· Apr 17, 2020

History

29 Commits
Mar 30, 2020
Apr 17, 2020
Mar 30, 2020
Mar 30, 2020
Mar 30, 2020
Mar 30, 2020
Mar 27, 2020
Mar 27, 2020
Mar 30, 2020
Apr 17, 2020

Repository files navigation

npm

@egodigital/vuetify-preset

A Vuetify preset for the e.GO Digital

🚀 Usage

Run one of the following commands

# NPM
npm install --save @egodigital/vuetify-preset

# Yarn
yarn add @egodigital/vuetify-preset

from the folder, where your package.json is stored.

In your public index.html, import the default font, we use:

<link rel="stylesheet" href="/https://fonts.googleapis.com/css?family=Muli:300,500,700">

Inside your main.js/.ts (or your Vuetify plugin file), import the preset and reference it in your Vuetify options:

import { preset } from '@egodigital/vuetify-preset/preset';

Vue.use(Vuetify);

const vuetify = new Vuetify({
    preset
});

âš¡ Features

This preset allows our developers a fresh project start without hurdles. Various Vuetify components are adjusted for them to make the development time as efficient as possible.

License

LGPL 3.0