bencodezen / vue-enterprise-boilerplate

An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.
7.78k stars 1.32k forks source link

docs: explain lint-staged and npm-run-all #156

Closed debs-obrien closed 5 years ago

debs-obrien commented 5 years ago

just some extra info so people know how the lint-staged can be included and that you need npm-run-all to so that the lint-staged commands in the package.json will work

chrisvfritz commented 5 years ago

On further reflection, I think I actually want to leave out instructions for implementing features of this development environment in other projects. Otherwise, these docs could become really long and more difficult to navigate for people just looking for instructions on how to use this project.

I think this topic could make a great recipe for the Vue Cookbook though!