vue-nice-elements
v0.1.7
Published
Nice elements for Vue projects
Downloads
36
Readme
Nice elements for Vue.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
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build-lib
Run your unit tests
npm run test:unit
Run your end-to-end tests
npm run test:e2e
Lints and fixes files
npm run lint