Socket
Book a DemoInstallSign in
Socket

@localazy/components

Package Overview
Dependencies
Maintainers
2
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@localazy/components

Localazy shared components repository

0.2.27
unpublished
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
2
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.

  • Create package symlink in the localazy-components
npm link
  • In some other location, create a symbolic link from globally-installed, localazy-components package
npm link @localazy/components
  • Whenever you update Vue components and wish to see it in other project, you must first run
npm run build:local

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

Master branch has a workflow to automatically release package with package version higher than on npm

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

Keywords

vue.js

FAQs

Package last updated on 12 Oct 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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.