Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change package name. #2

Merged
merged 1 commit into from
Sep 4, 2018
Merged

Change package name. #2

merged 1 commit into from
Sep 4, 2018

Conversation

lzhoucs
Copy link
Owner

@lzhoucs lzhoucs commented Sep 4, 2018

This allows people including myself to be able to use vuetify 1.2.x with added functionaility such as: #1 and upcoming #4

How to use this package @lzhoucs/vuetify:

  • 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'
      }
    }
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant