From 9601c52579a66872f30e3e5da80e14c3b2954449 Mon Sep 17 00:00:00 2001 From: Andrew Powers Date: Fri, 24 Apr 2020 11:17:38 -0700 Subject: [PATCH 1/2] =?UTF-8?q?Clarify=20project=20setup=20=F0=9F=94=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48a6dc24ea2ec4..e28f36febe2fad 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,19 @@ **⚠️ Warning: Experimental ⚠️** -Create the following files: +Create a new project following files: + +**package.json** + +```json +{ + "name": "test", + "dependencies": { + "vite": "^0.4.0", + "vue-next": "^0.0.1" + } +} +``` **index.html** From 4c2bb5b5cef8e57239a58eb9aa6a76a09ac95aa9 Mon Sep 17 00:00:00 2001 From: Andrew Powers Date: Fri, 24 Apr 2020 11:18:31 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e28f36febe2fad..fcc03aa959e5cc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **⚠️ Warning: Experimental ⚠️** -Create a new project following files: +Create a new project with the following files: **package.json**