11
11
This commit is contained in:
@@ -1,6 +1,22 @@
|
|||||||
# CyyWeather
|
# Cyy Weather (cyy-weather)
|
||||||
CyyWeather
|
|
||||||
|
|
||||||
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).
|
||||||
|
|||||||
Reference in New Issue
Block a user