11
This commit is contained in:
2021-05-20 19:24:38 +08:00
parent 2f24b6147a
commit 14aca1672f
+20 -4
View File
@@ -1,6 +1,22 @@
# CyyWeather
CyyWeather
# Cyy Weather (cyy-weather)
11
Cyy Weather By Chuyaoyuan
22
## 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).