Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atoms-studio/composables

Package Overview
Dependencies
Maintainers
5
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atoms-studio/composables

General purpose Vue composables. Uses Vite in lib mode to build for production. Uses Vitest to run unit tests.

  • 0.0.0-a5f4c95
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

Atoms UI Kit / 📦 Composables

General purpose Vue composables.
Uses Vite in lib mode to build for production.
Uses Vitest to run unit tests.

Installation

yarn add @atoms-studio/composables

Then import the composables you need, ie:

<script setup lang="ts">
import { useURL } from '@atoms-studio/composables'

const { url } = useURL('/about', 'http://localhost:3000')
</script>

Development

  1. Composables must be written in Typescript
  2. Every composable must have a test suite in the tests folder named after it, ie: test/<composableName>.test.ts.

To execute tests, run yarn test in the packages/composables folder.

FAQs

Package last updated on 02 Mar 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc