File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Opensource Design Workflow
2
- Testing ways to incorporate contributions by designers in Open Source.
2
+ Testing ways to bridge the devide between designers and developers in Open Source projects .
3
3
4
4
1 . Atomic Design
5
5
2 . Figma
6
- 3 . Storybook
6
+ 3 . Design System Explorders
7
+ 3a. Storybook (Javascript)
8
+ 3b. QML Explorer?
7
9
8
10
#### Atomic Design - [ Ref] ( https://atomicdesign.bradfrost.com/chapter-2/ )
9
11
@@ -17,8 +19,16 @@ Framework for breaking down applications into smaller, composable components tha
17
19
6 . Templates
18
20
7 . Pages
19
21
22
+ #### Design System Explorers
23
+
24
+ ##### Javascript
25
+ - I recommend javascript projects look into Storybook.js for showing their components. There is support for React.js, React-Native, Vue.js and
26
+
27
+ ##### Dart / Flutter
28
+ - ...
29
+
20
30
#### Implementations
21
31
22
32
###### Vue.js
23
33
24
- - https://dev.to/miladalizadeh/vue-cli-30-plugin-for-creating-apps-using-atomic-design--storybook-42dk
34
+ - https://dev.to/miladalizadeh/vue-cli-30-plugin-for-creating-apps-using-atomic-design--storybook-42dk
You can’t perform that action at this time.
0 commit comments