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

@hammerstone/refine-vue2

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hammerstone/refine-vue2

A powerful, drop in query builder — fully integrated with Laravel. See our Laravel backend at https://hammerstone.dev/refine/laravel/docs/main

  • 0.1.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-80%
Maintainers
2
Weekly downloads
 
Created
Source

refine-vue2

Project setup

  1. Install peer dependencies

    yarn add @vue/composition-api date-fns vue2-datepicker
    

    (Also tailwind and tailwind/forms are required, see the tailwind docs to install https://tailwindcss.com/docs/installation)

  2. Wherever you import Vue, do this right after:

    import VueCompositionAPI from '@vue/composition-api';
    Vue.use(VueCompositionAPI);
    
  3. Include the stylesheet in your html:

    <link rel="stylesheet" href="https://unpkg.com/@hammerstone/vue2-query-builder@0.1.14/dist/vue2-query-builder.css" />
    
  4. Include the date picker stylesheet wherever that makes sense in your app

    import "vue2-datepicker/index.css";
    

Keywords

FAQs

Package last updated on 20 Dec 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