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

6 years ago

0.0.51

6 years ago

0.0.50

6 years ago

0.0.48

6 years ago

0.0.49

6 years ago

0.0.46

6 years ago

0.0.47

6 years ago

0.0.45

6 years ago

0.0.43

6 years ago

0.0.44

6 years ago

0.0.42

6 years ago

0.0.41

6 years ago

0.0.40

6 years ago

0.0.39

6 years ago

0.0.31

6 years ago

0.0.30

6 years ago

0.0.29

6 years ago

0.0.28

6 years ago

0.0.25

6 years ago

0.0.26

6 years ago

0.0.27

6 years ago

0.0.21

6 years ago

0.0.22

6 years ago

0.0.23

6 years ago

0.0.24

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.11

6 years ago

0.0.12

6 years ago

0.0.13

6 years ago

0.0.14

6 years ago

0.0.15

6 years ago

0.0.17

6 years ago

0.0.18

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago