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).