Add docs boilerplate

This commit is contained in:
Fawad Mirzad
2020-10-16 17:46:14 +02:00
parent 84d869de4f
commit ffc4014dbe
23 changed files with 221 additions and 2 deletions

3
package.json Normal file → Executable file
View File

@@ -5,7 +5,8 @@
"private": false,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build-docs": "cd docs-src && npm i && npm run build && rm -rf ../docs && mkdir -p docs && mv ./src/.vuepress/dist/ ../docs"
},
"repository": {
"type": "git",