dkfbasel / vuex-i18n

Localization plugin for vue.js 2.0 using vuex as store
MIT License
666 stars 56 forks source link

Simplify build process #103

Closed MaxGfeller closed 5 years ago

MaxGfeller commented 5 years ago

This PR seeks to simplify to build process. I removed the second package.json and put all the dev dependencies into the root package.json.

You'll only need to run npm install once and npm run build && npm run minify can be run from the root directory.

tikiatua commented 5 years ago

HI @MaxGfeller

Thank you for this pull request. Is there a special reason for this except the simplification to one package.json and being able to run the command from the root directory?

I would like to keep the directories separated as we plan to add additional features to the package and want to keep the root directory as slim as possible.

tikiatua commented 5 years ago

Build process was changed in v1.10.10 to keep the build dependencies in a separate directory.