From 14aca1672fe869eba1b4ea11d3e66d70dc8af21a Mon Sep 17 00:00:00 2001 From: "yaoyuan2.chu" Date: Thu, 20 May 2021 19:24:38 +0800 Subject: [PATCH] 11 11 --- README.md | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d442806..ed32215 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,22 @@ -# CyyWeather -CyyWeather +# Cyy Weather (cyy-weather) -11 +Cyy Weather By Chuyaoyuan -22 \ No newline at end of file +## Install the dependencies +```bash +npm install +``` + +### Start the app in development mode (hot-code reloading, error reporting, etc.) +```bash +quasar dev +``` + + +### Build the app for production +```bash +quasar build +``` + +### Customize the configuration +See [Configuring quasar.conf.js](https://v1.quasar.dev/quasar-cli/quasar-conf-js).