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

@localazy/components

Package Overview
Dependencies
Maintainers
1
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@localazy/components

Localazy shared components repository

  • 0.2.0
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Running

To develop vue components independently, you can use Storybook installation:

npm run storybook

Functions and services should be developed in parent's repository.

Local development

For local development in parent project use package linking, which is a two step process.

  1. Create package symlink in the global folder
npm link
  1. In some other location, create a symbolic link from globally-installed package
npm link @localazy/components

To return to published package version run:

npm unlink --no-save @localazy/components && npm install

Where unlink is an alias for uninstall.

Testing

Run unit tests

npm run test

Releasing

npm version [major|minor|patch]
git push origin --tags
npm publish --access public

Keywords

FAQs

Package last updated on 17 Sep 2020

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