0.11.5 • Published 3 years ago

@getcandy/js-client-nuxt v0.11.5

Weekly downloads
42
License
ISC
Repository
-
Last release
3 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

3 years ago

0.11.5

3 years ago

0.11.3

3 years ago

0.11.1

3 years ago

0.11.0

4 years ago

0.10.2

4 years ago

0.10.0

4 years ago

0.9.19

4 years ago

0.9.18

4 years ago

0.9.16

4 years ago

0.9.17

4 years ago

0.9.15

4 years ago

0.9.13

4 years ago

0.9.14

4 years ago

0.9.12

4 years ago

0.9.10

4 years ago

0.9.11

4 years ago

0.9.9

4 years ago

0.9.8

4 years ago

0.9.7

4 years ago

0.9.6

4 years ago

0.9.5

4 years ago

0.9.4

4 years ago

0.9.3

4 years ago

0.9.2

4 years ago

0.9.0

4 years ago