diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3c3629e647f5ddf82548912e337bea9826b434af --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..f922985b27d0f46662f0b17baf6b1ecefa718cb7 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# uni-app 文档 \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000000000000000000000000000000000000..17ce94f5c4942b85fe15c9245fd8c0e3c2a7c787 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "unidocs-zh", + "version": "1.0.0", + "description": "", + "main": "index.js", + "directories": { + "doc": "docs" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/dcloudio/unidoc-zh.git" + }, + "keywords": [], + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/dcloudio/unidoc-zh/issues" + }, + "homepage": "https://github.com/dcloudio/unidoc-zh#readme" +}