gen_vuetify.sh 171 B

1234567
  1. API=/opt/homebrew/lib/node_modules/vuetify/dist/json/web-types.json
  2. if [ -f "$API" ]; then
  3. echo ""
  4. else
  5. npm -g install vuetify@2
  6. fi
  7. cat $API | vuetifyapi2go -comp=all