Movatterモバイル変換


[0]ホーム

URL:


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

Commit81e5acb

Browse files
authored
Update README.md
1 parentcdafbc9 commit81e5acb

File tree

1 file changed

+61
-2
lines changed

1 file changed

+61
-2
lines changed

‎README.md

Lines changed: 61 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
·
2121
<ahref="https://github.com/coreui/coreui-vue/issues/new?template=feature_request.md">Request feature</a>
2222
·
23-
<ahref="https://blog.coreui.io/">Blog</a>
23+
<ahref="https://coreui.io/blog/">Blog</a>
2424
</p>
2525

2626

@@ -32,10 +32,13 @@
3232
-[What's included](#whats-included)
3333
-[Bugs and feature requests](#bugs-and-feature-requests)
3434
-[Documentation](#documentation)
35+
-[Frameworks](#frameworks)
36+
-[Templates](#templates)
3537
-[Contributing](#contributing)
3638
-[Community](#community)
3739
-[Versioning](#versioning)
3840
-[Creators](#creators)
41+
-[Support CoreUI Development](#support-coreui-development)
3942
-[Copyright and license](#copyright-and-license)
4043

4144
##Quick start
@@ -167,6 +170,24 @@ The documentation for the CoreUI & CoreUI PRO is hosted at our website [CoreUI f
167170
3. From the root directory, run`yarn docs:dev` or`npm run docs:dev` (or a specific npm script) to rebuild distributed CSS and JavaScript files, as well as our docs assets.
168171
4. Open`http://localhost:8000/` in your browser, and voilà.
169172

173+
##Frameworks
174+
175+
CoreUI supports most popular frameworks.
176+
177+
-[CoreUI for Angular](https://github.com/coreui/coreui-angular)
178+
-[CoreUI for Bootstrap (Vanilla JS)](https://github.com/coreui/coreui)
179+
-[CoreUI for React](https://github.com/coreui/coreui-react)
180+
-[CoreUI for Vue](https://github.com/coreui/coreui-vue)
181+
182+
##Templates
183+
184+
Fully featured, out-of-the-box, templates for your application based on CoreUI.
185+
186+
-[Angular Admin Template](https://coreui.io/angular)
187+
-[Bootstrap Admin Template](https://coreui.io/)
188+
-[React Admin Template](https://coreui.io/react)
189+
-[Vue Admin Template](https://coreui.io/vue)
190+
170191
##Contributing
171192

172193
Please read through our[contributing guidelines](https://github.com/coreui/coreui-vue/blob/main/.github/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
@@ -177,7 +198,7 @@ Editor preferences are available in the [editor config](https://github.com/coreu
177198

178199
Stay up to date on the development of CoreUI and reach out to the community with these helpful resources.
179200

180-
- Read and subscribe to[The Official CoreUI Blog](https://blog.coreui.io/).
201+
- Read and subscribe to[The Official CoreUI Blog](https://coreui.io/blog/).
181202

182203
You can also follow[@core_ui on Twitter](https://twitter.com/core_ui).
183204

@@ -202,6 +223,44 @@ See [the Releases section of our project](https://github.com/coreui/coreui-vue/r
202223

203224
-<https://github.com/orgs/coreui/people>
204225

226+
##Support CoreUI Development
227+
228+
CoreUI is an MIT-licensed open source project and is completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support development by buying the[CoreUI PRO](https://coreui.io/pricing/) or by becoming a sponsor via[Open Collective](https://opencollective.com/coreui/).
229+
230+
<!--- StartOpenCollectiveBackers-->
231+
232+
###Platinum Sponsors
233+
234+
Support this project by[becoming a Platinum Sponsor](https://opencollective.com/coreui/contribute/platinum-sponsor-40959/). A large company logo will be added here with a link to your website.
235+
236+
<ahref="https://opencollective.com/coreui/contribute/platinum-sponsor-40959/checkout"><imgsrc="https://opencollective.com/coreui/tiers/platinum-sponsor/0/avatar.svg?avatarHeight=100"></a>
237+
238+
###Gold Sponsors
239+
240+
Support this project by[becoming a Gold Sponsor](https://opencollective.com/coreui/contribute/gold-sponsor-40960/). A big company logo will be added here with a link to your website.
241+
242+
<ahref="https://opencollective.com/coreui/contribute/gold-sponsor-40960/checkout"><imgsrc="https://opencollective.com/coreui/tiers/gold-sponsor/0/avatar.svg?avatarHeight=100"></a>
243+
244+
###Silver Sponsors
245+
246+
Support this project by[becoming a Silver Sponsor](https://opencollective.com/coreui/contribute/silver-sponsor-40967/). A medium company logo will be added here with a link to your website.
247+
248+
<ahref="https://opencollective.com/coreui/contribute/silver-sponsor-40967/checkout"><imgsrc="https://opencollective.com/coreui/tiers/gold-sponsor/0/avatar.svg?avatarHeight=100"></a>
249+
250+
###Bronze Sponsors
251+
252+
Support this project by[becoming a Bronze Sponsor](https://opencollective.com/coreui/contribute/bronze-sponsor-40966/). The company avatar will show up here with a link to your OpenCollective Profile.
253+
254+
<ahref="https://opencollective.com/coreui/contribute/bronze-sponsor-40966/checkout"><imgsrc="https://opencollective.com/coreui/tiers/bronze-sponsor/0/avatar.svg?avatarHeight=100"></a>
255+
256+
###Backers
257+
258+
Thanks to all the backers and sponsors! Support this project by[becoming a backer](https://opencollective.com/coreui/contribute/backer-40965/).
259+
260+
<ahref="https://opencollective.com/coreui/contribute/backer-40965/checkout"target="_blank"rel="noopener"><imgsrc="https://opencollective.com/coreui/backers.svg?width=890"></a>
261+
262+
<!--- EndOpenCollectiveBackers-->
263+
205264
##Copyright and license
206265

207266
Copyright 2022 creativeLabs Łukasz Holeczek. Code released under the[MIT License](https://github.com/coreui/coreui-vue/blob/main/LICENSE). Docs released under[Creative Commons](https://creativecommons.org/licenses/by/3.0/).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp