🍱 Vue.js components for Nextcloud app development ✌ https://npmjs.org/@nextcloud/vue
Перейти к файлу
dependabot[bot] 4895bbc246
Update vue-jest requirement from ^2.6.0 to ^3.0.0
Updates the requirements on [vue-jest](https://github.com/eddyerburgh/vue-jest) to permit the latest version.
- [Release notes](https://github.com/eddyerburgh/vue-jest/releases)
- [Commits](https://github.com/eddyerburgh/vue-jest/commits/v3.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-14 16:51:09 +00: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 Update vue-jest requirement from ^2.6.0 to ^3.0.0 2018-10-14 16:51:09 +00: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