Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@lazy-bee/basic
Advanced tools
Add the following code to package.json
in your vue project (created by vue-cli v3 is preferred)
"dependencies": {
"lazybee-component": "git+ssh://git-codecommit.ap-northeast-1.amazonaws.com/v1/repos/lazybee-component#dev"
}
And run:
yarn install
Lazybee-component requires stylus
and stylus-loader
. If you haven't install them, please run:
yarn add stylus-loader stylus
Navigate to your applications main entry point. In most cases this will be index.js
or main.js
. In this file you will import Lazybee-component and tell Vue to use it.
import Vue from 'vue'
import LazybeeComponent from 'lazybee-component'
Vue.use(LazybeeComponent);
Viola! Now you can use lazybee components with x-app
or x-layout
components!
<template>
<div>
<x-alert value=true message="sample alert"></x-alert>
<x-layout type="admin"></x-layout>
</div>
</template>
Note: We must include
x-app
orx-layout
(which hasv-app
inside) to include some CSS fromv-app
. Otherwise the styles of Vuetify components may not be correct.
$ yarn install
$ yarn serve:demo
For details, please refer to Contributing guide
release | master | dev |
---|---|---|
-- |
A-BB-CCC
Major (A) | Minor (BB) | Release number (serial) (CCC) |
---|---|---|
Component library / package changes For example: remove vue-echarts | New component, interface change | Everytime merge into master (Automatically) |
$ yarn serve:src
$ yarn build:src # this builds component.js, component.css under dist/
$ yarn lint:src
$ yarn serve:demo # serve storybook
$ yarn build:demo # build storybook
$ yarn install:package
$ yarn release:component # build both lazybee-component and storybook
FAQs
## Project setup ``` npm install ```
The npm package @lazy-bee/basic receives a total of 0 weekly downloads. As such, @lazy-bee/basic popularity was classified as not popular.
We found that @lazy-bee/basic demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.