Giter Club home page Giter Club logo

Comments (3)

wotamann avatar wotamann commented on July 21, 2024 1

There is a hint under Installation

For proper working you need a Vue.js Project with Vuetify 2.0 installed. Get started with Vuetify, the worldโ€™s most popular Vue.js framework for building feature rich, blazing fast application here.

INFORMATION: Vue-Loader doesn't autoload components, because Vuetify-Form-Base use built in Vue

and therefore Components must be manually imported.

But I would be pleased if you would clarify and improve this point. Please send an PR for an update of the readme file

from vuetify-form-base.

brunosmm avatar brunosmm commented on July 21, 2024

After reading other issues(#48 and #2), I figure out the solution.
It will be really great to update the Readme file with steps to run the example.

The steps I made was:

  1. npm instal vuetify-form-base
  2. Create the component with the code from my first comment.
  3. Change the file src/plugins/vuetify.js and change to import the necessary components and directive:
import Vue from 'vue';
import Vuetify, {
    VRow,
    VCol,
    VTextField,
    VTooltip,
    VCheckbox,
    VSelect,
} from 'vuetify/lib';
import { Ripple, Intersect, Touch, Resize } from 'vuetify/lib/directives';

Vue.use(Vuetify, {
    components: { VRow, VTooltip, VCol, VTextField, VCheckbox, VSelect },
    directives: { Ripple, Intersect, Touch, Resize },
});

export default new Vuetify({});

I am happy to change the readme file update and send a pull request, let me know if you want this contribution @wotamann .

Cheers

from vuetify-form-base.

brunosmm avatar brunosmm commented on July 21, 2024

Hi @wotamann ,

Here the pull request updating the readme: #57

Cheers,
Bruno

from vuetify-form-base.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.