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

vuetify-form-base-ssr

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

vuetify-form-base-ssr

Vuetify form generator

  • 1.0.1
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Vutify form generator base on a schema

  • This repo clone from Vuetify-form-base
  • This Repo solve the SSR issue of this package Github issue

Why I refactor and make a single file component for this package?

  • Reduce size
  • Resolved SSR issue in Nuxt.js
  • Add all dependencies in component

Install for Vue.js and Nuxt.js

You should install this package with the below command:

  • NPM npm i vuetify-form-base-ssr --save
  • YARN yarn add vuetify-form-base-ssr --save

How to use this package?

For general registration in Nuxt.js, you must add this package in plugin folder and add the file to Nuxt.config.js in the plugin section

Vue.component('VuetifyFormBaseSsr', () => import('vuetify-form-base-ssr'))

Or you can import this component to your desire components like as below

import VuetifyFormBaseSsr from 'vuetify-form-base-ssr'

Documentation

Link to main site documentation

Keywords

FAQs

Package last updated on 22 Jun 2021

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