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: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Please feel free to take on any issue that's currently open. Just send a comment
16
16
17
17
## Submitting a pull request
18
18
19
-
**@afc/vue-tailwind** is an open-source project, so pull requests are always welcomed (_always_ ❤️).
19
+
**@afc-org/vue-tailwind** is an open-source project, so pull requests are always welcomed (_always_ ❤️).
20
20
What we ask you, is that before working on a large change, it is best to open an issue first to discuss it with the maintainers or if an issue was already opened, comment your intention of opening up a PR.
21
21
22
22
When in doubt, keep your pull requests small. To give a PR the best chance of getting accepted, don't bundle more than one feature or bug fix per pull request. It's always best to create two smaller PRs than one big one.
@@ -78,5 +78,5 @@ Closes #12
78
78
## Branches explained
79
79
80
80
As you can see we have multiple branches:
81
-
-**master**: This branch stores the latest stable version of @afc/vue-tailwind.
82
-
-**dev-master**: This is the **development** branch of @afc/vue-tailwind, and this is where everything is happening before releasing on master
81
+
-**master**: This branch stores the latest stable version of @afc-org/vue-tailwind.
82
+
-**dev-master**: This is the **development** branch of @afc-org/vue-tailwind, and this is where everything is happening before releasing on master
**@afc/vue-tailwind** is Free and Open Source. It does not change or add any CSS to the already one from TailwindCSS, It comes with code written with VueJS as an extension to TailwindCSS for you to have dynamic components inside your app as well.
9
+
**@afc-org/vue-tailwind** is Free and Open Source. It does not change or add any CSS to the already one from TailwindCSS, It comes with code written with VueJS as an extension to TailwindCSS for you to have dynamic components inside your app as well.
10
10
11
11
### Components
12
12
@@ -46,12 +46,12 @@ We plan on implementing more, in the weeks to come.
46
46
## Quick start
47
47
48
48
```
49
-
npm i -E @afc/vue-tailwind
49
+
npm i -E @afc-org/vue-tailwind
50
50
```
51
51
52
52
## Documentation - VueJS
53
53
54
-
After you have installed `@afc/vue-tailwind` into your project, you can import and use our components like so:
54
+
After you have installed `@afc-org/vue-tailwind` into your project, you can import and use our components like so:
55
55
56
56
```
57
57
<template>
@@ -60,9 +60,9 @@ After you have installed `@afc/vue-tailwind` into your project, you can import a
60
60
</div>
61
61
</template>
62
62
<script>
63
-
import { TwAlert } from "@afc/vue-tailwind";
63
+
import { TwAlert } from "@afc-org/vue-tailwind";
64
64
// or direct import
65
-
// import TwAlert from "@afc/vue-tailwind/TwAlert";
65
+
// import TwAlert from "@afc-org/vue-tailwind/TwAlert";
0 commit comments