Skip to content

Commit d4e0773

Browse files
committed
docs: update readme
1 parent 637727b commit d4e0773

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
## Table of contents
2626

2727
- [Quick start](#quick-start)
28-
- [Status](#status)
2928
- [Bugs and feature requests](#bugs-and-feature-requests)
3029
- [Documentation](#documentation)
3130
- [Contributing](#contributing)
@@ -40,7 +39,7 @@
4039

4140
Several quick start options are available:
4241

43-
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/refs/tags/v4.0.0-alpha.2.zip)
42+
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/refs/heads/v4.zip)
4443
- Clone the repo: `git clone https://github.com/coreui/coreui-vue.git`
4544
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/vue@next`
4645
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/vue@next`
@@ -49,7 +48,7 @@ Read the [Getting started page](https://coreui.io/vue/docs/4.0/getting-started/i
4948

5049
### Styling
5150

52-
Components are styled using @coreui/coreui-vue CSS library, but you can use them also with bootstrap CSS library. That is possible because @coreui/coreui-vue library is compatible with bootstrap, it just extends its functionalities. The only exception is custom CoreUI components, which don't exist in the Bootstrap ecosystem (template components, callout, switch).
51+
Components are styled using @coreui/coreui CSS library, but you can use them also with bootstrap CSS library. That is possible because @coreui/coreui-vue library is compatible with bootstrap, it just extends its functionalities. The only exception is custom CoreUI components, which don't exist in the Bootstrap ecosystem (template components, callout, switch).
5352

5453
Styles have to be imported separately! Import [CoreUI](https://github.com/coreui/coreui) CSS library (recommended), or [Bootstrap](https://getbootstrap.com/) library
5554

@@ -124,19 +123,6 @@ import { CAlert } from '@coreui/vue/src';
124123

125124
If you are using [VS Code](https://code.visualstudio.com/) editor with Vetur plugin installed, then the editor would display hints for our library (component names and prop names).
126125

127-
## Status
128-
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Vue%20Admin%20Template%20&url=http://coreui.io/vue/&hashtags=bootstrap,admin,template,dashboard,panel,free,angular,react,vue)
129-
[![NPM][npm-coreui-vue-badge-latest]][npm-coreui-vue]
130-
[![Downloads](https://img.shields.io/npm/dm/@coreui/vue.svg?style=flat-square)][coreui]
131-
[![Build](https://img.shields.io/github/workflow/status/coreui/coreui-vue-vue/Project%20check?style=flat-square)][coreui]
132-
[![License](https://img.shields.io/npm/l/@coreui/vue?style=flat-square)][coreui]
133-
[![Coverage](https://img.shields.io/badge/test%20coverage%203.0.12%20version-100%25-yellowgreen)][coreui]
134-
![Daily project check](https://github.com/coreui/coreui-vue-vue/workflows/Daily%20project%20check/badge.svg)
135-
[![Build Status](https://github.com/coreui/coreui-vue/workflows/JS%20Tests/badge.svg?branch=main)](https://github.com/coreui/coreui-vue/actions?query=workflow%3AJS+Tests+branch%3Amain)
136-
[![npm version](https://img.shields.io/npm/v/@coreui/coreui-vue)](https://www.npmjs.com/package/@coreui/coreui-vue)
137-
[![peerDependencies Status](https://img.shields.io/david/peer/coreui/coreui-vue)](https://david-dm.org/coreui/coreui-vue?type=peer)
138-
[![devDependency Status](https://img.shields.io/david/dev/coreui/coreui-vue)](https://david-dm.org/coreui/coreui-vue?type=dev)
139-
[![Coverage Status](https://img.shields.io/coveralls/github/coreui/coreui-vue/main)](https://coveralls.io/github/coreui/coreui-vue?branch=main)
140126

141127
## Bugs and feature requests
142128

0 commit comments

Comments
 (0)