🍱 Vue.js components for Nextcloud app development ✌ https://npmjs.org/@nextcloud/vue
Перейти к файлу
Julius Härtl 190d78146f
Merge pull request #31 from nextcloud/multiselect
Added multiselect
2018-10-12 11:49:33 +02:00
packages/webpack4-template-simple Update README.md 2018-06-27 16:17:08 +02:00
src Added multiselect 2018-09-25 16:30:11 +02:00
.babelrc.js Npm update, babel fix and DateTime test 2018-09-10 18:25:23 +02:00
.browserslistrc Update popovermenu and props validation 2018-09-11 11:33:40 +02:00
.editorconfig Init component structure 2018-08-17 16:57:42 +02:00
.eslintrc.js Fix lint 2018-09-27 11:33:51 +02:00
.gitignore Remove lock 2018-09-29 09:06:02 +02:00
.npmignore Init component structure 2018-08-17 16:57:42 +02:00
.stylelintrc.js Npm update, babel fix and DateTime test 2018-09-10 18:25:23 +02:00
.travis.yml Add lint to travis 2018-09-27 11:35:31 +02:00
LICENSE Create LICENSE 2018-09-27 09:14:43 +02:00
Makefile Update popovermenu and props validation 2018-09-11 11:33:40 +02:00
README.md Add dependabot 2018-09-27 11:56:59 +02:00
package.json Merge branch 'master' of github.com:nextcloud/vue-components into multiselect 2018-10-11 09:32:01 +02:00
webpack.common.js Webpack conf style fix 2018-09-24 17:08:23 +02:00
webpack.dev.js Webpack conf style fix 2018-09-24 17:08:23 +02:00
webpack.prod.js Webpack conf style fix 2018-09-24 17:08:23 +02:00

README.md

Vue components

npm last version travis build status Dependabot status

This repo contains the various Vue.js components that Nextcloud uses for its internal design and structure.

Installation

npm i --save nextcloud-vue

Usage

import { AppNavigation } from 'nextcloud-vue'

List of the components

  • AppNavigation
  • DatePicker
  • PopoverMenu
  • and more to come