0.11.5 • Published 5 years ago

@getcandy/js-client-nuxt v0.11.5

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

js-client-nuxt

A Nuxt.js adapter for the javascript client

Installation

Install the package

npm install @getcandy/js-client-nuxt

Add it to your nuxt.config.js file

modules: [
 '@getcandy/js-client-nuxt'
}]

Config

{
  host: "http://store-api.test"
}

SSR Support

If you are using SSR, you will need to transpile the js client

build: {
  transpile: [
    '@getcandy/js-client'
  ]
}

Usage

The Javascript client will be available in your components as $getcandy

See JS client docs for full reference

0.11.4

5 years ago

0.11.5

5 years ago

0.11.3

5 years ago

0.11.1

5 years ago

0.11.0

5 years ago

0.10.2

5 years ago

0.10.0

5 years ago

0.9.19

5 years ago

0.9.18

5 years ago

0.9.16

5 years ago

0.9.17

5 years ago

0.9.15

5 years ago

0.9.13

5 years ago

0.9.14

5 years ago

0.9.12

5 years ago

0.9.10

5 years ago

0.9.11

5 years ago

0.9.9

5 years ago

0.9.8

5 years ago

0.9.7

5 years ago

0.9.6

5 years ago

0.9.5

5 years ago

0.9.4

5 years ago

0.9.3

5 years ago

0.9.2

5 years ago

0.9.0

5 years ago