You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-16Lines changed: 36 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
## Customize this file after creating the new REPO and remove this lines.
2
+
2
3
What to adjust:
3
4
* Add the your project or repo name direct under the logo.
4
5
* Add a short and long desciption.
@@ -12,40 +13,59 @@ What to adjust:
12
13
## ------- end to remove -------
13
14
<!-- add Project Logo, if existing -->
14
15
15
-
# repo or project name
16
+
# muc-patternlab-vue
17
+
18
+
This repository contains a ready-to-use Vue-Components-Library based on munich.de's MDE5 Patternlab patternlab.muenchen.space
16
19
17
-
*Add a description from your project here.*
20
+
In it's current state only some components exist. The library will continuely grow as the need for new components grows.
18
21
22
+
We intend to let this project be a community project in which every developer who needs new components contributes the results of his work into this library.
19
23
20
24
### Built With
21
25
22
26
The documentation project is built with technologies we use in our projects:
23
27
24
-
**write here the list of used technologies*
28
+
* Vue 3
29
+
* MDE5 Patternlab
25
30
26
31
## Roadmap
27
32
28
-
*if you have a ROADMAP for your project add this here*
33
+
In the near future we plan to
29
34
35
+
- Integrate Storybook.js to showcase components
36
+
- Create more components
37
+
- Integrate MDE5 Patternlab npm-Package as soon as it's available
30
38
31
39
See the [open issues](#) for a full list of proposed features (and known issues).
use [diagrams](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams).
50
+
## Documentation
51
+
52
+
### Adding a new Component
53
+
54
+
1. Create a new Folder under `./src/components`-Directory
55
+
2. Create Vue-Component (with composition api) and index.ts-File which exports your component
56
+
3. Add your new Component to `./src/components/index.ts`
57
+
58
+
### Using MDE Patternlab-Icons
59
+
60
+
Patternlab-Icons are provided by a svg-Sprite which is automatically injected in this repos App.vue-File for local testing. You can expect the users of this library to do the same thing.
61
+
62
+
So to use an icon from Patternlab you can simply follow the official documentation: https://patternlab.muenchen.space/?p=viewall-guidelines-icons
0 commit comments