Vue-styleguidist: Support @vue/cli

Created on 6 May 2018  路  5Comments  路  Source: vue-styleguidist/vue-styleguidist

As the new vue cli approches, it could be nice to make vue-styleguidist able to get the webpack config directly in node_modules/@vue/cli-service

Most helpful comment

@zhangpengchen @wtfuii it is ready on 1.7.8 version

All 5 comments

@gjuchault per Even's comment you can actually "require" the generated Webpack config directly in to your styleguide.config.js like so:

const webpackConfig = require("@vue/cli-service/webpack.config.js")

module.exports = {
  webpackConfig,
  // etc...
}

This聽ought to tied you over for now. Though I agree that vue-styleguidist should probably support the @vue/cli v3 service out of the box.

I think this is already fixed with #137 .. when are we going to see a new Version? I need this fix. :)

@wtfuii I wanted to release first pagePerSection feature, but it's probably that it could delay, so tomorrow I will release vue-cli.

@rafaesc when will you release vue-cli?

@zhangpengchen @wtfuii it is ready on 1.7.8 version

Was this page helpful?
0 / 5 - 0 ratings

Related issues

simonwjackson picture simonwjackson  路  5Comments

bwcgn picture bwcgn  路  6Comments

dhruvkb picture dhruvkb  路  3Comments

ozum picture ozum  路  4Comments

RaffaeleCanale picture RaffaeleCanale  路  4Comments