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
- Host: GitHub
- URL: https://github.com/olaii/vue-nice-elements
- Owner: Olaii
- Created: 2020-06-02T13:55:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T11:26:17.000Z (over 3 years ago)
- Last Synced: 2025-09-15T21:44:35.001Z (5 months ago)
- Topics: components, components-library, elements, ui, ui-components, vue, vuejs, vuejs2
- Language: Vue
- Homepage:
- Size: 1.05 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Nice elements for Vue.js
 [](//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
```