From 2921ad3e813c703a1e59a1dc019d4ea12189fabc Mon Sep 17 00:00:00 2001 From: qiang Date: Tue, 7 Sep 2021 16:37:43 +0800 Subject: [PATCH] chore: npm init --- .gitignore | 1 + README.md | 1 + package.json | 23 +++++++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 package.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..3c3629e64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/README.md b/README.md new file mode 100644 index 000000000..f922985b2 --- /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 000000000..17ce94f5c --- /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" +} -- GitLab