vuetifyjs / vue-cli-plugins

🔌 A collection of Vuetify plugins for Vue CLI
https://vuetifyjs.com/en/getting-started/quick-start#vue-cli-3
Other
427 stars 113 forks source link

feat(preview): Vuetify 3 + Vite preset #248

Closed ElijahKotyluk closed 3 years ago

ElijahKotyluk commented 3 years ago

To test

vue create my-app

Vue prompt

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

cd into app dir

cd my-app

Install vuetify/vue-cli-plugins

yarn add -D '../local/path/to/vue-cli-plugins-vuetify'

Invoke vuetify

vue invoke vuetify

Vuetify prompt

? Choose a preset: (Use arrow keys)
  Default (recommended) 
❯ Preview (v3 + vite)
  Prototype (rapid development) 
  V3 (alpha) 
  Configure (advanced) 

Run app

yarn dev
Djaler commented 3 years ago

How ironically, isn't it? Using old tooling to install the new one

vallemar commented 3 years ago

Hi @johnleider,

When is this functionality expected to be available?

Thanks!

johnleider commented 3 years ago

As soon as it's released.