mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
11 lines
214 B
Plaintext
11 lines
214 B
Plaintext
```ts
|
|
// vue/src/server/options.ts
|
|
|
|
const packageJson = require('../../package.json');
|
|
|
|
export default {
|
|
packageJson,
|
|
framework: 'vue',
|
|
frameworkPresets: [require.resolve('./framework-preset-vue.js')],
|
|
};
|
|
``` |