🍱 Vue.js components for Nextcloud app development ✌ https://npmjs.org/@nextcloud/vue
Перейти к файлу
John Molakvoæ (skjnldsv) a275f0101d
Npm tag bump
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-24 17:18:36 +02:00
dist Rebase to master 2018-09-24 17:06:38 +02:00
packages/webpack4-template-simple Update README.md 2018-06-27 16:17:08 +02:00
src Ensure action exists on a popoverMenu 2018-09-24 17:05:49 +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 Update popovermenu and props validation 2018-09-11 11:33:40 +02:00
.gitignore Init component structure 2018-08-17 16:57:42 +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
Makefile Update popovermenu and props validation 2018-09-11 11:33:40 +02:00
README.md Merge pull request #19 from nextcloud/enhancement/npm-badge 2018-09-11 15:51:29 +02:00
package-lock.json 0.1.4 2018-09-24 17:16:46 +02:00
package.json Npm tag bump 2018-09-24 17:18:36 +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

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