🍱 Vue.js components for Nextcloud app development ✌ https://npmjs.org/@nextcloud/vue
Перейти к файлу
John Molakvoæ (skjnldsv) 00ea65edd7
Rebase to master
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-24 17:06:38 +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 Export global install and webpack as a module 2018-09-24 17:05:39 +02:00
package.json CHange entry point, fix babel and update 2018-09-24 17:03:59 +02:00
webpack.common.js Update build and exclude vue from bundle 2018-09-24 17:05:47 +02:00
webpack.dev.js Init component structure 2018-08-17 16:57:42 +02:00
webpack.prod.js Export global install and webpack as a module 2018-09-24 17:03:04 +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