GithubHelp home page GithubHelp logo

musat-dragos / vuetify Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lzhoucs/vuetify

0.0 0.0 0.0 47.04 MB

Material Component Framework for Vue.js 2

Home Page: https://vuetifyjs.com

License: MIT License

JavaScript 28.96% Vue 27.08% HTML 24.36% TypeScript 13.97% CSS 5.62% Shell 0.01%

vuetify's Introduction

Introduction

This is a fork of vuetifyjs/vuetify, which contains some of the features that is not available in official vuetify yet, such as:

Motivation

Our current project has a requirement for this feature, which is the primary reason for working on these features.These added features probably won't be included in official vuetify release due to a full on-going rewrite: vuetifyjs#3833, see my original PR: vuetifyjs#4966 for details

Where to get the modified code/package

I am maintaining the following branches:

to keep up to date with 1.5.x versions of vuetify. It is published to npm: @lzhoucs/vuetify

The following branches are out dated and are no longer maintained:

How to use this package @lzhoucs/vuetify:

Approach 1, use webpack module alias

  • Modify vuetify package name in package.json. One way is to run the following commands:
npm uninstall vuetify
npm install @lzhoucs/vuetify --save
  • Add an alias entry to webpack config so vuetify imports name doesn't have to be touched in the code. If you are using vue cli v3, the syntax looks like the following:
  configureWebpack: {
    resolve: {
      alias: {
        vuetify: '@lzhoucs/vuetify'
      }
    }
  }

Approach 2(recommended), use package alias

This is how it looks like in command line

yarn add vuetify@npm:@lzhoucs/vuetify

This is the package.json added by yarn once the above command is ran:

"vuetify": "npm:@lzhoucs/vuetify@^1.5.14-modified.4"

Note

The hope is eventually vuetify can officially support these features so we don't have to use the modified package which takes efforts to keep up to date with the official one. In the meanwhile, use this package at your own risk. Not all features are well tested. You can open an issue if you find something not work.

License

MIT licensed.

vuetify's People

Contributors

johnleider avatar kaelwd avatar jacekkarczmarczyk avatar nekosaur avatar mfferreira avatar majesticpotatoe avatar prograhammer avatar peluprvi avatar phlow2001 avatar fcpdeptmis avatar bad4iz avatar juanpa669 avatar dima74 avatar loduis avatar ebisbe avatar lzhoucs avatar vanhoavn avatar chewy94 avatar blalan05 avatar dsseng avatar hymair avatar appurist avatar azaars avatar manico avatar stephane avatar cawa-93 avatar 06b avatar praveenpuglia avatar iliyazelenko avatar bepsvpt avatar

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.