🍱 Vue.js components for Nextcloud app development ✌ https://npmjs.org/@nextcloud/vue
Перейти к файлу
dependabot[bot] f1aafd0988
Bump babel-eslint from 10.0.0 to 10.0.1
Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/babel/babel-eslint/releases)
- [Commits](https://github.com/babel/babel-eslint/compare/v10.0.0...v10.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-27 14:41:13 +00:00
packages/webpack4-template-simple Update README.md 2018-06-27 16:17:08 +02:00
src Make exact routing optional in AppNavigationItem 2018-09-25 14:59:57 +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 dist dir 2018-09-25 15:19:21 +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-lock.json Bump babel-eslint from 10.0.0 to 10.0.1 2018-09-27 14:41:13 +00:00
package.json Fix lint 2018-09-27 11:33:51 +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