tangning 1 неделя назад
Родитель
Сommit
c4c705c4ab
1 измененных файлов с 19 добавлено и 16 удалено
  1. 19 16
      README.md

+ 19 - 16
README.md

@@ -1,24 +1,27 @@
-# personalhubs
+# payPcMobile
 
-## Project setup
-```
-yarn install
-```
+This template should help get you started developing with Vue 3 in Vite.
 
-### Compiles and hot-reloads for development
-```
-yarn serve
-```
+## Project Setup
 
-### Compiles and minifies for production
-```
-yarn build
+```sh
+npm install
 ```
 
-### Lints and fixes files
+### Compile and Hot-Reload for Development
+
+```sh
+npm run dev
 ```
-yarn lint
+
+### Type-Check, Compile and Minify for Production
+
+```sh
+npm run build
 ```
 
-### Customize configuration
-See [Configuration Reference](https://cli.vuejs.org/config/).
+### Lint with [ESLint](https://eslint.org/)
+
+```sh
+npm run lint
+```