init
Showing
4.57 KB
docs/.vuepress/config.js
0 → 100644
5.79 KB
docs/README.md
0 → 100644
docs/views/gateway/README.md
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
{ | ||
"name": "IoTDoc", | ||
"name": "iotdoc", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"dev": "vuepress dev docs", | ||
"build": "vuepress build docs" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"devDependencies": { | ||
"vuepress": "^1.3.1", | ||
"vuepress-theme-reco": "^1.3.2" | ||
} | ||
} |
webpack.config.js
0 → 100644