vuejs-templates / webpack-simple

A simple Webpack + vue-loader setup for quick prototyping.
2.27k stars 894 forks source link

README should document why this project isn't suitable for production #176

Open Julian opened 6 years ago

Julian commented 6 years ago

The README says:

Note this template is not suitable for production - for that you may want to use the full webpack template.

But it should elaborate on what specifically this template does that shouldn't be sent into production.

smalllong commented 5 years ago

I wonder this too. I’m using it on production and it works fine.