From d31cc13f17d7d7cac3d0cd29a358cfcee6c685e4 Mon Sep 17 00:00:00 2001 From: Evan You Date: Fri, 8 Jun 2018 01:03:32 -0400 Subject: [PATCH] chore: make docs more prominent in readme --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 64a147c981..6164927514 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,9 @@ Most of the planned features are in place but there may still be bugs. API may still change until we reach RC phase. Do not use in production yet unless you are adventurous. -## Quickstart +## Documentation -``` sh -npm install -g @vue/cli -# or -yarn global add @vue/cli - -vue create my-project -``` - -For a detailed guide with recipes for common tasks, detailed usage for each plugin, please see the [full documentation](https://cli.vuejs.org/). +Docs are available at https://cli.vuejs.org/ - we are still working on refining it and contributions are welcome! ## Contributing