更新 README.md

This commit is contained in:
jxxghp
2023-06-25 07:44:41 +08:00
committed by GitHub
parent 6063ae6ab9
commit 111f9b66de
+4 -4
View File
@@ -1,4 +1,4 @@
# vue # MoviePilot-Frontenf
This template should help get you started developing with Vue 3 in Vite. This template should help get you started developing with Vue 3 in Vite.
@@ -19,17 +19,17 @@ See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup ## Project Setup
```sh ```sh
npm install yarn
``` ```
### Compile and Hot-Reload for Development ### Compile and Hot-Reload for Development
```sh ```sh
npm run dev yarn dev
``` ```
### Type-Check, Compile and Minify for Production ### Type-Check, Compile and Minify for Production
```sh ```sh
npm run build yarn build
``` ```