Skip to content

SailVR/incubator-iotdb-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IoTDB website

Build Status

See https://iotdb.apache.org/

Requirements

  • Node.js
  • npm

Please make sure node and npm are latest version.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Deploy Manually

Copy all files in dist/ folder to asf-site branch.

Directory Structure

.
├─ docs
│  ├─ README.md	       //Home
│  └─ .vuepress
│  │  └─ components    //Global vue template
│  │  └─ dist          //Build directory
│  │  └─ public        //Store static files
│  │  └─ config.js	   //Configuration
│  └─ document         //document 
│  └─ download         //download
│  └─ ...              
└─ package.json

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%