Add Storybook Docs + PostCSS/TailwindCSS builder

This commit is contained in:
2020-11-05 15:13:38 +01:00
parent 3285bc3363
commit 38590b3062
5 changed files with 48 additions and 5 deletions

View File

@@ -20,6 +20,7 @@
"devDependencies": {
"@nuxtjs/tailwindcss": "^3.1.0",
"@storybook/addon-actions": "^6.0.28",
"@storybook/addon-docs": "^6.0.28",
"@storybook/addon-essentials": "^6.0.28",
"@storybook/addon-links": "^6.0.28",
"@storybook/vue": "^6.0.28",
@@ -31,6 +32,7 @@
"jest": "^26.5.0",
"react-is": "^17.0.1",
"stylelint-config-standard": "^20.0.0",
"vue-docgen-api": "^4.33.4",
"vue-jest": "^3.0.4"
}
}