Socket
Socket
Sign inDemoInstall

guardian-onestop-parser

Package Overview
Dependencies
15
Maintainers
4
Versions
81
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    guardian-onestop-parser

## Project setup ``` yarn install ``` ### link to other project ``` yarn link ``` ### add new component ``` yarn addComponent ComponentName ``` 如 `yarn addComponent id-photo` 将会在 src/components 下创建对应的组件初始化文件 ### Compiles and hot-reloads for development ``


Version published
Weekly downloads
3
decreased by-40%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

guardian-onestop-parser

Project setup

yarn install
yarn link

add new component

yarn addComponent ComponentName

yarn addComponent id-photo 将会在 src/components 下创建对应的组件初始化文件

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

use

import { ParserComponent } from 'guardian-onestop-parser'
Vue.use(ParserComponent)

<parser-component :json="MOCK" />

FAQs

Last updated on 27 Apr 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc