npm.io
0.1.0 • Published 8 months ago

@nacelle/vue

Licence
Apache-2.0
Version
0.1.0
Deps
4
Size
63 kB
Vulns
2
Weekly
0
Stars
9
DeprecatedThis package is deprecated

@nacelle/vue

Providers and composables for your Vue.js + Nacelle-powered eCommerce storefront.

npm version

Features

Installation

npm i @nacelle/vue

@nacelle/vue also depends on @nacelle/client-js-sdk. Follow those package's installation instructions before using @nacelle/vue in your Vue.js + Nacelle-powered storefront.

Usage with Nuxt

To use this with Nuxt you'll want to make sure you're using the latest version of Nuxt v2. You can use npm i nuxt@2.x to update to the latest version. You might also need to add this package to your build transpilation config option to make sure it works correctly. In your nuxt.config.js you'll want to add something similar to this:

build: { transpile: [({ isLegacy }) => isLegacy && '@nacelle/vue'] },

Keywords