New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ty-feedback

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ty-feedback

Live demo: https://feedback-ty.netlify.app/

latest
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

ty-feedback-list

Live demo: https://feedback-ty.netlify.app/

Proje kurulumu

yarn install

Geliştirme için derleme ve hot-reloads

yarn serve

Production için minify etme ve derleme

yarn build

Kodu formatlamak ve dosyaları düzenlemek için

yarn lint

Basic Usage

Öncelikle https://ty-feedback-list.netlify.app/register adresinden client id alabilirsiniz.

Your component

<template>
  <feedeback-ty
    :dark="true"
    width="500px"
    height: 500px
  />
</template>

main.js

import FeedbackTy from "ty-feedback"
Vue.use(FeedbackTy, {clientId: yourClientID})

Test user için

test2@test.com 123123

FAQs

Package last updated on 10 Nov 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