@@ -1,2 +1,29 @@
# storybook
+UI框架,支持vue,react,angular等。
+
+## Usage
+https://storybook.js.org/docs/react/get-started/install/
+```
+npx storybook@latest init
+npm create vue@latest
+npm install
+npm run dev
+npm run build
+npm run storybook
+## Develop
+yarn start