vuetifyjs / webpack-ssr

Vuetify Webpack SSR Template
https://vuetifyjs.com/overview
62 stars 28 forks source link

Project information is not used in package.json #2

Closed dsbert closed 7 years ago

dsbert commented 7 years ago

When running vue init vuetifyjs/webpack-ssr, The CLI asks for a name, description, and author. However, package.json is created with the default values.

  "name": "vuetify-webpack-ssr",
  "description": "A Vue.js project",
  "author": "John Leider <john.j.leider@gmail.com>",
johnleider commented 7 years ago

I'll get this updated, ty.