Skip to content

Vue components used in several NuxtJS/Prismic projects during my employment at Compary AB.

License

Notifications You must be signed in to change notification settings

sjoback/vue-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-components

Package including some basic vue components used in several NuxtJS/Prismic projects.

Getting Started

Installing

Install the package

npm install @leetajz/vue-components

We don't use webpack or similar in the package, therefor we need to transpile it in Vue/Nuxt using the following in nuxt.config.js

build: {
    ...
    transpile: [
       '@leetajz/vue-components'
    ],
    ...
}

Usage

Include components in the package by

import { PrismicImage } from '@leetajz/vue-components'

About

Vue components used in several NuxtJS/Prismic projects during my employment at Compary AB.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published