diff --git a/README.md b/README.md index 48a6dc24ea2ec4..fcc03aa959e5cc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,19 @@ **⚠️ Warning: Experimental ⚠️** -Create the following files: +Create a new project with the following files: + +**package.json** + +```json +{ + "name": "test", + "dependencies": { + "vite": "^0.4.0", + "vue-next": "^0.0.1" + } +} +``` **index.html**