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

feat(v3-preset): add v3 preset #237

Merged
merged 16 commits into from
Feb 28, 2021
Merged

feat(v3-preset): add v3 preset #237

merged 16 commits into from
Feb 28, 2021

Conversation

ElijahKotyluk
Copy link
Contributor

@ElijahKotyluk ElijahKotyluk commented Feb 23, 2021

V3 alpha preset

Install Vuetify 3-alpha

If you haven't yet installed vue-cli 4, first follow the install instructions here: https://github.com/vuejs/vue-cli

Generate a project using vue-cli 4.0:

vue create my-app

When prompted, choose Vue 3 Preview:

? Please pick a preset: 
   Default ([Vue 2] babel, eslint) Default (Vue 3 Preview) ([Vue 3] babel, eslint) 
   Manually select features 

Before installing the vuetify plugin, make sure to commit or stash your changes in case you need to revert the changes.

To install the vuetify plugin simply navigate to your application folder and add Vuetify.

cd my-app

vue add vuetify

Once prompted, choose V3 (alpha):

? Choose a preset: (Use arrow keys)
  Default (recommended) 
  Prototype (rapid development) 
  Configure (advanced) 
> V3 (alpha)

If you run into any issues, reach out to us in our Discord Community server.

Update vuetify helper's addDependencies method to determine what vuetify version to add based on the
v3 preset option.
Copy link
Member

@KaelWD KaelWD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The template needs to change too.

@ElijahKotyluk ElijahKotyluk requested review from a team and KaelWD February 25, 2021 22:54
@ElijahKotyluk
Copy link
Contributor Author

Looking for some feedback, let me know if I'm missing a dependency or have something wrong. I'll get the Vue template files filled out by tomorrow.

@johnleider johnleider marked this pull request as ready for review February 28, 2021 21:32
@johnleider johnleider merged commit 5706657 into master Feb 28, 2021
@johnleider johnleider deleted the feat/v3 branch February 28, 2021 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants