kazupon / vue-cli-plugin-p11n

:electric_plug: Vue CLI 3 plugin to pluginize your Vue project
MIT License
113 stars 13 forks source link

prepublish hook -> linting and building, start script as a serve alias #17

Closed mszkb closed 5 years ago

mszkb commented 5 years ago

'prepublish' is important. In case you forget to build, you might publish the old ./dist directory to the npm registry

'start' is a convention for me - not important