An open API service indexing awesome lists of open source software.

https://github.com/olaii/vue-nice-elements

Nice elements for Vue.js projects
https://github.com/olaii/vue-nice-elements

components components-library elements ui ui-components vue vuejs vuejs2

Last synced: 4 months ago
JSON representation

Nice elements for Vue.js projects

Awesome Lists containing this project

README

          

# Nice elements for Vue.js

![npm](https://img.shields.io/npm/dt/vue-nice-elements) [![npm version](https://badge.fury.io/js/vue-nice-elements.svg)](//npmjs.com/package/vue-nice-elements)

```js
import NiceElements from 'vue-nice-elements'
import "vue-nice-elements/dist/NiceElements.css";
Vue.use(NiceElements)
```

## Includes

- NiceActions
- NiceButton
- NiceColor
- NiceDate
- NiceDropdown
- NiceDropdownSimple
- NiceFile
- NiceFilter
- NiceInput
- NiceLoading
- NiceModal
- NiceNotifications
- NiceProgress
- NiceProgressCircle
- NiceSandbox
- NiceSearch
- NiceSidewalk
- NiceText
- NiceTextarea
- NiceToast
- NiceToggle

## Project setup

```sh
npm install
```

#### Compiles and hot-reloads for development

```sh
npm run serve
```

#### Compiles and minifies for production

```sh
npm run build-lib
```

#### Run your unit tests

```sh
npm run test:unit
```

#### Run your end-to-end tests

```sh
npm run test:e2e
```

#### Lints and fixes files

```sh
npm run lint
```