Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
5b7fc91711
1 changed files with 27 additions and 0 deletions
  1. 27 0
      README.md

+ 27 - 0
README.md

@@ -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
+```
+