0.0.100 • Published 5 years ago

v-ingredients v0.0.100

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

Dev Ingredients

This repository contains all components created for reusable components project.

Installation

npm install -S v-ingredients

Getting ready for nuxt

When you are using v-ingredients with nuxt first you should create new file in plugins directory, let's name it v-ingredients.js.

To the file copy paste code that you can see below.

// plugins/v-ingredients.js
import Vue from 'vue';
import components from 'v-ingredients';

Vue.use(components)

Once you do that, add new file to your nuxt.config.js as

// nuxt.config.js
{
    // ...
    plugins: [
        // ...
        '@plugins/v-ingredients.js'
        // ...
    ]
    // ...
}

Now you should have access to all components in your nuxt project.

Changelog

Check changelog to see who you should blame for 💩 code! - CHANGELOG

Available Components

You can find more about components in here.

Import Interfaces

To import interfaces you can recall from the main project to v-ingredients/interfaces where you can find all of our interfaces in one place. Check more

Import Types

Same as in case of interfaces you are able to call v-ingedients/types where are located all our types. Check more

Styles

To learn more about styles, check assets directory. LINK

0.0.100

5 years ago

0.0.52

5 years ago

0.0.51

5 years ago

0.0.50

5 years ago

0.0.48

5 years ago

0.0.49

5 years ago

0.0.46

5 years ago

0.0.47

5 years ago

0.0.45

5 years ago

0.0.43

5 years ago

0.0.44

5 years ago

0.0.42

5 years ago

0.0.41

5 years ago

0.0.40

5 years ago

0.0.39

5 years ago

0.0.31

5 years ago

0.0.30

5 years ago

0.0.29

5 years ago

0.0.28

5 years ago

0.0.25

5 years ago

0.0.26

5 years ago

0.0.27

5 years ago

0.0.21

5 years ago

0.0.22

5 years ago

0.0.23

5 years ago

0.0.24

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.11

5 years ago

0.0.12

5 years ago

0.0.13

5 years ago

0.0.14

5 years ago

0.0.15

5 years ago

0.0.17

5 years ago

0.0.18

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago