From 93da3c7132fd52fff8deec40a14316a725ac8def Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Fri, 24 Dec 2021 15:43:42 -0500 Subject: [PATCH] [U --- README.md | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index f5811e1..00576f9 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,9 @@ -# home-page +# Home Page -## Project setup - -``` +```sh +# Project setup yarn install -``` -### Compiles and hot-reloads for development - -``` +# Compiles and hot-reloads for development yarn serve ``` - -### Compiles and minifies for production - -``` -yarn build -``` - -### Lints and fixes files - -``` -yarn lint -``` - -### Customize configuration - -See [Configuration Reference](https://cli.vuejs.org/config/).