-
Notifications
You must be signed in to change notification settings - Fork 68
Installation
Adrien Castex edited this page May 26, 2017
·
2 revisions
npm install webdav-server
This command will get the files without the versioning
git clone --depth 1 https://github.com/OpenMarshal/npm-WebDAV-Server.git
You just have to go to the last release page and to download the archive.
After being installed, you can import it with :
import * as webdav from 'webdav-server'
const webdav = require('webdav-server');
- Home
- Version 2
- Install
- Quick Start Guide
- Examples
- Concepts
- User concepts
- Server concepts
- Customizing
- Version 1 [Obsolete]
- Install
- Quick Start Guide
- Examples
- Features
- Resource concepts
- User concepts
- Server concepts
- Customizing
- Project