Giter Site home page Giter Site logo

storybook_example's Introduction

storybook example

Example for this pull request storybookjs/vue-cli-plugin-storybook#30

I added DefinePlugin in vue.config.js which changes process.env.HOST to https://example.com in MyButton component. This setup works perfectly when running yarn run serve. However, when running yarn run serve:storybook, it's doesn't work at all.

Steps to reproduce:

  1. Run yarn run serve
  2. Open index page. On top of the page you will see something like this: HOST: https://example.com Correct?, which says that DefinePlugin works as expected
  3. Run yarn run serve:storybook
  4. Open MyButton's story. You will see HOST: Correct?, which says that DefinePlugin doesn't work
  5. To prove that problem is inside a vue-cli-plugin-storybook, I added DefinePlugin in storybook's custom webpack config, which you can find here: /config/storybook/webpack.config.js. Uncomment code insde exported function and run storybook again. You will see that DefinePlugin works as expected.

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

storybook_example's People

Contributors

fapspirit avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.