🍱 Vue.js components for Nextcloud app development ✌ https://npmjs.org/@nextcloud/vue
Перейти к файлу
John Molakvoæ (skjnldsv) 80f7650593
0.7.0
2019-02-19 16:13:25 +01:00
packages/webpack4-template-simple Copyright typo fix 2018-10-26 10:50:25 +02:00
src Merge pull request #212 from nextcloud/modal-component 2019-02-19 16:13:02 +01:00
.babelrc.js Remove polyfill 2018-12-09 10:07:52 +01: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 linting 2018-11-26 11:00:56 +01:00
.gitignore Icon font 2019-01-07 17:06:57 +01:00
.npmignore Init component structure 2018-08-17 16:57:42 +02:00
.stylelintignore Icon font 2019-01-07 17:06:57 +01:00
.stylelintrc.js Npm update, babel fix and DateTime test 2018-09-10 18:25:23 +02:00
.travis.yml Fix travis 2018-10-26 09:45:43 +02:00
LICENSE Copyright typo fix 2018-10-26 10:50:25 +02:00
Makefile Update popovermenu and props validation 2018-09-11 11:33:40 +02:00
README.md vue-components to nextcloud-vue 2018-11-22 09:51:07 +01:00
package-lock.json 0.7.0 2019-02-19 16:13:25 +01:00
package.json 0.7.0 2019-02-19 16:13:25 +01:00
webpack.common.js Icon font 2019-01-07 17:06:57 +01:00
webpack.dev.js Fix a webpack devtool that works without unsave-eval CSP 2018-10-15 11:54:10 +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 Codacy Badge Code coverage irc

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
  • Multiselect
  • Avatar
  • and many more...