Socket
Socket
Sign inDemoInstall

@builder.io/sdk-vue

Package Overview
Dependencies
69
Maintainers
15
Versions
192
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @builder.io/sdk-vue

Builder.io SDK for Vue


Version published
Weekly downloads
1.7K
increased by3.22%
Maintainers
15
Created
Weekly downloads
 

Readme

Source

Builder.io Vue SDK

This is Builder's Gen2 Vue SDK.

Getting Started

npm install @builder.io/sdk-vue

NOTE: if you are using Nuxt, you will need to add the SDK's Nuxt module in nuxt.config.js:

// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
  module: ['@builder.io/sdk-vue/nuxt'],
});

CSS

If you are using a SSR framework other than Nuxt, you will need to manually import the CSS by adding the following to your entrypoint, before rendering Builder Content:

<script>
  import '@builder.io/sdk-vue/css';
</script>

Mitosis

This SDK is generated by Mitosis. To see the Mitosis source-code, go here.

Feature Support

To check the status of the SDK, look at these tables.

Fetch

This Package uses fetch. See these docs for more information.

Version Support

This SDK supports standalone Vue 3, or using Nuxt 3.

Usage

You can see examples of using Builder.io:

  • with Vue 3 here
  • with Nuxt 3 here
  • with Nuxt 3 (using a catch-all route) here

FAQs

Last updated on 26 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc