Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 36088cb

Browse files
committed
docs: change afc to afc-org
1 parent d65ca60 commit 36088cb

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

‎CONTRIBUTING.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Please feel free to take on any issue that's currently open. Just send a comment
1616

1717
## Submitting a pull request
1818

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_ ❤️).
2020
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.
2121

2222
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
7878
## Branches explained
7979

8080
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

‎README.md‎

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# @afc/vue-tailwind
1+
# @afc-org/vue-tailwind
22

3-
![version](https://img.shields.io/badge/version-0.1.0-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) <a href="https://github.com/afc-org/vue-tailwind/issues?q=is%3Aopen+is%3Aissue" target="_blank">![GitHub issues open](https://img.shields.io/github/issues/@afc/vue-tailwind.svg)</a> <a href="https://github.com/afc-org/vue-tailwind?q=is%3Aissue+is%3Aclosed" target="_blank">![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/@afc/vue-tailwind.svg)</a>
3+
![version](https://img.shields.io/badge/version-0.1.0-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) <a href="https://github.com/afc-org/vue-tailwind/issues?q=is%3Aopen+is%3Aissue" target="_blank">![GitHub issues open](https://img.shields.io/github/issues/@afc-org/vue-tailwind.svg)</a> <a href="https://github.com/afc-org/vue-tailwind?q=is%3Aissue+is%3Aclosed" target="_blank">![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/@afc-org/vue-tailwind.svg)</a>
44

5-
<div align="center"><img src="./assets/logos/vuejs-tailwind-logo.png" alt="@afc/vue-tailwind" width="300"/></div>
5+
<div align="center"><img src="./assets/logos/vuejs-tailwind-logo.png" alt="@afc-org/vue-tailwind" width="300"/></div>
66

77
### A dynamic plugin extension for TailwindCSS.
88

9-
**@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.
1010

1111
### Components
1212

@@ -46,12 +46,12 @@ We plan on implementing more, in the weeks to come.
4646
## Quick start
4747

4848
```
49-
npm i -E @afc/vue-tailwind
49+
npm i -E @afc-org/vue-tailwind
5050
```
5151

5252
## Documentation - VueJS
5353

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:
5555

5656
```
5757
<template>
@@ -60,9 +60,9 @@ After you have installed `@afc/vue-tailwind` into your project, you can import a
6060
</div>
6161
</template>
6262
<script>
63-
import { TwAlert } from "@afc/vue-tailwind";
63+
import { TwAlert } from "@afc-org/vue-tailwind";
6464
// or direct import
65-
// import TwAlert from "@afc/vue-tailwind/TwAlert";
65+
// import TwAlert from "@afc-org/vue-tailwind/TwAlert";
6666
export default {
6767
name: "YourComponentName"
6868
}
@@ -87,7 +87,7 @@ import "path/to/your/tailwindcss/compiled/styles.css";
8787

8888
## Dependencies - VueJS
8989

90-
**@afc/vue-tailwind** to properly work needs the following dependencies:
90+
**@afc-org/vue-tailwind** to properly work needs the following dependencies:
9191
- **@popperjs/core**@2.2.1
9292
- **vue**@2.6.11
9393
```
@@ -106,7 +106,7 @@ At present, we officially aim to support the last two versions of the following
106106

107107
We use GitHub Issues as the official bug tracker for the Angular Landing Page. Here are some advices for our users that want to report an issue:
108108

109-
1. Make sure that you are using the latest version of the @afc/vue-tailwind.
109+
1. Make sure that you are using the latest version of the @afc-org/vue-tailwind.
110110
2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
111111
3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
112112

@@ -115,7 +115,7 @@ This project exists thanks to all the people who contribute. [[Contribute](CONTR
115115

116116
## Licensing
117117

118-
- Copyright 2020 @afc/vue-tailwind
118+
- Copyright 2020 @afc-org/vue-tailwind
119119

120120
- Licensed under <a href="https://github.com/afc-org/vue-tailwind/blob/master/LICENSE.md" target="_blank">MIT</a>
121121

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@afc/vue-tailwind",
2+
"name": "@afc-org/vue-tailwind",
33
"version": "0.1.0",
44
"description": "Dynamic components for Tailwindcss and VueJS",
55
"main": "index.js",
@@ -31,7 +31,7 @@
3131
"tailwindjs",
3232
"afc-org",
3333
"afc",
34-
"@afc"
34+
"@afc-org"
3535
],
3636
"author": "afc-org",
3737
"license": "MIT",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /