nidkil / vuetify-with-storybook

Setting up Storybook with Vuetify the right way
MIT License
117 stars 20 forks source link

cross-env FOO=foo BAR=bar is better than SET FOO=foo & BAR=bar in scripts #14

Open jameschenjav opened 5 years ago

jameschenjav commented 5 years ago

Not everyone uses sh or bash. Event env STORYBOOK=true vue-cli-service storybook:serve -p 6006 -c config/storybook (which should be /usr/bin/env by default) would be better.

btw, thanks for your great work. saved my day.