sp-dev-fx-webparts/samples/vue-js-org-chart
dependabot[bot] 559939f19b
Bump async from 2.6.2 to 2.6.4 in /samples/vue-js-org-chart
Bumps [async](https://github.com/caolan/async) from 2.6.2 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.2...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 02:50:42 +00:00
..
.devcontainer Added 1.8.x containers 2022-02-16 00:42:49 -05:00
assets Removing unnecessary office product from the sample metadata 2021-12-10 19:55:32 +02:00
config
sharepoint/assets
src
teams
tools
types/vue
.editorconfig
.gitignore Added 1.8.x containers 2022-02-16 00:42:49 -05:00
.yo-rc.json
README.md Added 1.8.x containers 2022-02-16 00:42:49 -05:00
gulpfile.js
package-lock.json Bump async from 2.6.2 to 2.6.4 in /samples/vue-js-org-chart 2022-05-02 02:50:42 +00:00
package.json Bump ajv from 5.2.5 to 6.12.3 in /samples/vue-js-org-chart 2022-02-12 16:24:03 +00:00
tsconfig.json
tslint.json
yarn.lock Bump async from 2.6.2 to 2.6.4 in /samples/vue-js-org-chart 2022-05-02 02:50:42 +00:00

README.md

Organization Chart using VueJS

Summary

A simple Organisation Chart web part using Office UI Fabric, VueJS, REST API.

React Org Chart

Compatibility

SPFx 1.8.1 Node.js v8 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Prerequisites

  • Office 365 subscription with SharePoint Online.
  • SharePoint Framework development environment already set up.
  • Tenant admin access to the Office 365 subscription and App Catalog already setup.

Minimal Path to Awesome

  • Clone this repository.
  • Open the command line, navigate to the web part folder and execute:

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Features

This Web Part illustrates the following concepts on top of the SharePoint Framework:

  • SPFx provisioning based on the following Elements.xml nodes:
    • Custom List Instance with custom list schema.
    • Content Types.
    • Fields.
    • Pre-populated List Data Rows in the Elements.xml.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.