vuetifyjs / create

🛠️ Build tooling for Vuetify 3
63 stars 19 forks source link

feat: support bun package manager #28

Closed colinhacks closed 1 year ago

colinhacks commented 1 year ago

Adds bun as a package manager option in create-vuetify

bun.sh/package-manager

Here's a successful run on my local machine:

$ node dist/output.cjs 

Vuetify.js - Material Component Framework for Vue

✔ Project name: … asdfasdf
✔ Which preset would you like to install? › Default (Vuetify)
✔ Use TypeScript? … No / Yes
✔ Would you like to install dependencies with yarn, npm, pnpm, or bun? › bun

◌ Generating scaffold...
◌ Installing dependencies with bun...

 + @babel/types@7.22.10
 + @types/node@18.17.8
 + @vitejs/plugin-vue@4.3.3
 + typescript@5.1.6
 + unplugin-fonts@1.0.3
 + vite@4.4.9
 + vite-plugin-vuetify@1.0.2
 + vue-tsc@1.8.8
 + @mdi/font@7.0.96
 + roboto-fontface@0.10.0
 + vue@3.3.4
 + vuetify@3.3.14

 96 packages installed [1239.00ms]

asdfasdf has been generated at /Users/colinmcd94/Documents/repos/create-vuetify/asdfasdf

Discord community: https://community.vuetifyjs.com
Github: https://github.com/vuetifyjs/vuetify
Support Vuetify: https://github.com/sponsors/johnleider