更新 README.md

This commit is contained in:
jxxghp
2023-06-25 07:44:41 +08:00
committed by GitHub
parent 6063ae6ab9
commit 111f9b66de

View File

@@ -1,4 +1,4 @@
# vue
# MoviePilot-Frontenf
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
```sh
npm install
yarn
```
### Compile and Hot-Reload for Development
```sh
npm run dev
yarn dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
yarn build
```